I was wondering.
For an app I have to make a lot of word cards where each character is in its own container with its own color. (see below)
Is there a way to do this with a label somehow ?
Or do I really have to make each character a separate rectangle with some text in it ?
1 think I could do is make a container and then add all characters 1 by 1 and each character as a label, but maybe there are better tricks to do it?