isRTL property

bool isRTL

Is true if the known context direction for this formatter is RTL.

Implementation

bool get isRTL => contextDirection == TextDirection.RTL;