'How Can I make a TextWidget wrap in Row?

How Can I make the orange text break to the start of the row instead of breaking to the start of itself?

TextWidget Wrap in Row:
TextWidget Wrap in Row



Solution 1:[1]

Why don't just use RichText instead of Row? Less code, more possibilities.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 3squad