isRTL property

bool get isRTL

Check if the language is RTL

Implementation

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