fix align text in flutter

PHOTO EMBED

Sat Apr 10 2021 06:33:52 GMT+0000 (Coordinated Universal Time)

Saved by @lewiseman #dart #flutter

Column( 
  crossAxisAlignment: CrossAxisAlignment.start, children: <Widget>[ Container( child: Text('${payment.name}',textAlign: TextAlign.left,), color: Colors.redAccent, ), ...... )
content_copyCOPY

align your text where textAlign does not work