isRtl property

bool get isRtl

Returns true if this rope is primarily RTL

Implementation

bool get isRtl => textDirection == TextDirection.rtl;