|
|
|
@ -440,7 +440,7 @@ class NewAppBarWidget extends StatelessWidget implements PreferredSizeWidget {
|
|
|
|
Padding(
|
|
|
|
Padding(
|
|
|
|
padding: EdgeInsets.symmetric(horizontal: 20),
|
|
|
|
padding: EdgeInsets.symmetric(horizontal: 20),
|
|
|
|
child: Directionality(
|
|
|
|
child: Directionality(
|
|
|
|
textDirection: TextDirection.rtl,
|
|
|
|
textDirection: TextDirection.ltr,
|
|
|
|
child: LanguageSelector(
|
|
|
|
child: LanguageSelector(
|
|
|
|
currentLanguage: dropdownIndexValue == 0 ? 'ar' : 'en',
|
|
|
|
currentLanguage: dropdownIndexValue == 0 ? 'ar' : 'en',
|
|
|
|
onLanguageChanged: (String value) {
|
|
|
|
onLanguageChanged: (String value) {
|
|
|
|
|