isRtl property

bool get isRtl

Check if directionality is rtl

Implementation

bool get isRtl => Directionality.of(this) == TextDirection.rtl;