textAlign property

TextAlign textAlign
final

How the text should be aligned horizontally (https://api.flutter.dev/flutter/material/TextField/textAlign.html)

Default: TextAlign.start

Implementation

final TextAlign textAlign;