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.
Use the mainAxisAlignment property in Row widget.
mainAxisAlignment
Row
new Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, ... )