menu
flutter_adaptive_core package
documentation
components/adaptive_text_input.dart
AdaptiveTextInput
textAlign property
textAlign property
dark_mode
light_mode
textAlign
property
TextAlign
textAlign
final
How the text should be aligned horizontally.
Defaults to
TextAlign.start
.
Implementation
final TextAlign textAlign;
flutter_adaptive_core package
documentation
components/adaptive_text_input
AdaptiveTextInput
textAlign property
AdaptiveTextInput class