isRTL method

bool isRTL()

Implementation

bool isRTL() {
  return _locale.languageCode == 'ar'; // Replace with your RTL language code
}