menu
Flutter
widgets.dart
DefaultTextStyle
textAlign property
textAlign
dark_mode
light_mode
description
textAlign
property
TextAlign
?
textAlign
final
How each line of text in the Text widget should be aligned horizontally.
Implementation
final TextAlign? textAlign;
Flutter
widgets
DefaultTextStyle
textAlign property
DefaultTextStyle class