I have three text- named as News-Title, News-date, and News-description. I want News title alignment as left, below to news-title want news-date right aligned and below to news-date wants news-description with center alignment.
please suggest proper solution…..
4
Answers
Use
Align
. You can choose alignment property value based on requirements.Have you try to use
TextAlignment.center
/ left/ right? or you could wrap it in the Align class from here https://api.flutter.dev/flutter/widgets/Align-class.htmlEither –
Or that –
Try below code hope its help to you. just set Alignment in your column refer
layout
andAlign-class
Result->