isRtl property

bool isRtl

Implementation

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