isLtr property
bool
get
isLtr
Check if directionality is ltr
Implementation
bool get isLtr => Directionality.of(this) == TextDirection.ltr;
Check if directionality is ltr
bool get isLtr => Directionality.of(this) == TextDirection.ltr;