isRtl property

bool get isRtl

Whether the text direction for the BuildContext is right to left.

Implementation

bool get isRtl => textDirection.isRtl;