isLtr property
bool
get
isLtr
Whether the text direction for the BuildContext is left to right.
Implementation
bool get isLtr => textDirection.isLtr;
Whether the text direction for the BuildContext is left to right.
bool get isLtr => textDirection.isLtr;