textDirection property
The text direction for the alert's content, overrides the default direction if specified. Can be set to TextDirection.ltr or TextDirection.rtl.
Implementation
final TextDirection? textDirection;
The text direction for the alert's content, overrides the default direction if specified. Can be set to TextDirection.ltr or TextDirection.rtl.
final TextDirection? textDirection;