See i don’t see any difference between alignment and indent(can help you if you explain me) so that can changed with textAlign property of Text widget. And about spacing im assuming you’re referring to letter spacing that can manipulated with letterSpacing parameter of TextStyle.
2
Answers
Use Expanded Widget to move it on second Line and use Text Align to Align the text
See i don’t see any difference between alignment and indent(can help you if you explain me) so that can changed with
textAlign
property ofText
widget. And about spacing im assuming you’re referring to letter spacing that can manipulated withletterSpacing
parameter ofTextStyle
.changing them can produce below result
And if you want different text stying too, than you can refer to RichText
widget which can produce different text styling for individual paragraphs.