|
|
|
|
@ -98,9 +98,10 @@ class _EROnlineCheckInHomePageState extends State<EROnlineCheckInHomePage> with
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
fontSize: 20, fontFamily: (projectViewModel.isArabic ? 'Cairo' : 'Poppins'), fontWeight: FontWeight.w700, color: Color(0xff2B353E), letterSpacing: -1.44, height: 35 / 24),
|
|
|
|
|
),
|
|
|
|
|
mHeight(12),
|
|
|
|
|
Text(
|
|
|
|
|
TranslationBase.of(context).EROnlineCheckInDesc1,
|
|
|
|
|
style: TextStyle(fontSize: 14, color: CustomColors.textDarkColor, letterSpacing: -1.44, height: 35 / 24),
|
|
|
|
|
style: TextStyle(fontSize: 13, fontFamily: (projectViewModel.isArabic ? 'Cairo' : 'Poppins'), fontWeight: FontWeight.w700, color: CustomColors.textDarkColor, letterSpacing: -1.44, height: 35 / 24),
|
|
|
|
|
),
|
|
|
|
|
mHeight(16),
|
|
|
|
|
// Text(
|
|
|
|
|
@ -179,7 +180,7 @@ class _EROnlineCheckInHomePageState extends State<EROnlineCheckInHomePage> with
|
|
|
|
|
padding: const EdgeInsets.only(left: 50, right: 50),
|
|
|
|
|
child: Text(
|
|
|
|
|
TranslationBase.of(context).EROnlineCheckInTapOnCheckIn,
|
|
|
|
|
style: TextStyle(fontSize: 14, fontFamily: (projectViewModel.isArabic ? 'Cairo' : 'Poppins'), color: CustomColors.textDarkColor, letterSpacing: -1.44, height: 35 / 24),
|
|
|
|
|
style: TextStyle(fontSize: 13, fontFamily: (projectViewModel.isArabic ? 'Cairo' : 'Poppins'), fontWeight: FontWeight.w700, color: CustomColors.textDarkColor, letterSpacing: -1.44, height: 35 / 24),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
mHeight(16),
|
|
|
|
|
@ -225,7 +226,7 @@ class _EROnlineCheckInHomePageState extends State<EROnlineCheckInHomePage> with
|
|
|
|
|
padding: const EdgeInsets.only(left: 50, right: 50),
|
|
|
|
|
child: Text(
|
|
|
|
|
TranslationBase.of(context).EROnlineCheckInHoldPhoneInstruction,
|
|
|
|
|
style: TextStyle(fontSize: 14, fontFamily: (projectViewModel.isArabic ? 'Cairo' : 'Poppins'), color: CustomColors.textDarkColor, letterSpacing: -1.44, height: 35 / 24),
|
|
|
|
|
style: TextStyle(fontSize: 13, fontFamily: (projectViewModel.isArabic ? 'Cairo' : 'Poppins'), fontWeight: FontWeight.w700, color: CustomColors.textDarkColor, letterSpacing: -1.44, height: 35 / 24),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
mHeight(16),
|
|
|
|
|
@ -271,7 +272,7 @@ class _EROnlineCheckInHomePageState extends State<EROnlineCheckInHomePage> with
|
|
|
|
|
padding: const EdgeInsets.only(left: 50, right: 50),
|
|
|
|
|
child: Text(
|
|
|
|
|
TranslationBase.of(context).EROnlineCheckInWaitTurnInstruction,
|
|
|
|
|
style: TextStyle(fontSize: 14, color: CustomColors.textDarkColor, fontFamily: (projectViewModel.isArabic ? 'Cairo' : 'Poppins'), letterSpacing: -1.44, height: 35 / 24),
|
|
|
|
|
style: TextStyle(fontSize: 13, color: CustomColors.textDarkColor, fontWeight: FontWeight.w700, fontFamily: (projectViewModel.isArabic ? 'Cairo' : 'Poppins'), letterSpacing: -1.44, height: 35 / 24),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
|