isLtr property
bool
get
isLtr
Returns true if this rope is primarily LTR
Implementation
bool get isLtr => textDirection == TextDirection.ltr;
Returns true if this rope is primarily LTR
bool get isLtr => textDirection == TextDirection.ltr;