isRtl property
bool
get
isRtl
Returns true if this rope is primarily RTL
Implementation
bool get isRtl => textDirection == TextDirection.rtl;
Returns true if this rope is primarily RTL
bool get isRtl => textDirection == TextDirection.rtl;