isLtr property

bool get isLtr

Returns true if this rope is primarily LTR

Implementation

bool get isLtr => textDirection == TextDirection.ltr;