Trying to right align a container with text view child, it has a row parent which is inside another column, tried number of solutions from Stack Overflow, didn\'t work.
Screenshot:
You can also try Wrap like this:
Wrap
Wrap( spacing: 50, // spacing between each of the widgets below children: [ Text("One"), Text("Two"), Text("Three"), ], )