isRTL property

bool isRTL

return true if this language is written from Right-to-Left

Implementation

bool get isRTL => _rtlLocales.contains(languageCode.toLowerCase());