isRTL property
Is true if the known context direction for this formatter is RTL.
Implementation
bool get isRTL => contextDirection == TextDirection.RTL;
Is true if the known context direction for this formatter is RTL.
bool get isRTL => contextDirection == TextDirection.RTL;