textAlign property Null safety
final
How the text should be aligned horizontally.
Defaults to TextAlign.start and cannot be null.
Implementation
final TextAlign textAlign;
How the text should be aligned horizontally.
Defaults to TextAlign.start and cannot be null.
final TextAlign textAlign;