textAlignment property

TextAlign? textAlignment
final

How the text should be aligned horizontally

Default alignment will be set to TextAlign.left, after your leading widget

Implementation

final TextAlign? textAlignment;