isRtl property
bool
get
isRtl
Whether the current user locale is RTL.
Implementation
bool get isRtl => Bidi.isRtlLanguage(Intl.defaultLocale ?? '');
Whether the current user locale is RTL.
bool get isRtl => Bidi.isRtlLanguage(Intl.defaultLocale ?? '');