isRtl property

bool get isRtl

Whether the current user locale is RTL.

Implementation

bool get isRtl => Bidi.isRtlLanguage(Intl.defaultLocale ?? '');