menu
Flutter
widgets.dart
EditableText
textAlign property
textAlign
dark_mode
light_mode
description
textAlign
property
TextAlign
textAlign
final
How the text should be aligned horizontally.
Defaults to
TextAlign.start
.
Implementation
final TextAlign textAlign;
Flutter
widgets
EditableText
textAlign property
EditableText class