rtlLanguages top-level constant
List of right-to-left (RTL) languages.
This list contains language codes representing languages that are written and read from right to left.
Implementation
const List<String> rtlLanguages = <String>[
'ar', // Arabic
'fa', // Farsi
'he', // Hebrew
'ps', // Pashto
'ur', // Urdu
];