isRtl property

bool get isRtl

Implementation

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