isCurrentRtl property

bool get isCurrentRtl

Whether the currently active locale uses a right-to-left (RTL) script.

Implementation

bool get isCurrentRtl => isRtl(locale.value);