menu
forui package
documentation
widgets/select.dart
FSelect<T>
textAlign property
textAlign property
dark_mode
light_mode
textAlign
property
TextAlign
textAlign
final
The alignment of the text within the select. Defaults to
TextAlign.start
.
Implementation
final TextAlign textAlign;
forui package
documentation
widgets/select
FSelect<T>
textAlign property
FSelect class