isMixed property
bool
get
isMixed
Returns true if this rope contains both RTL and LTR characters
Implementation
bool get isMixed => textDirection == TextDirection.mixed;
Returns true if this rope contains both RTL and LTR characters
bool get isMixed => textDirection == TextDirection.mixed;