isLtr property
bool
get
isLtr
Whether the TextDirection is left to right.
Implementation
bool get isLtr {
return this == TextDirection.ltr;
}
Whether the TextDirection is left to right.
bool get isLtr {
return this == TextDirection.ltr;
}