isRTL property

bool isRTL

Check if the language is RTL

Implementation

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