|
|
|
@ -100,7 +100,6 @@ class _SavedLogin extends State<SavedLogin> {
|
|
|
|
child: Column(
|
|
|
|
child: Column(
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
// Last login info - show WhatsApp only if isOther AND loginType is SMS
|
|
|
|
// Last login info - show WhatsApp only if isOther AND loginType is SMS
|
|
|
|
|
|
|
|
|
|
|
|
("${LocaleKeys.lastLoginBy.tr()} ${(isOther == true && loginType == LoginTypeEnum.sms) ? LoginTypeEnum.whatsapp.displayName : loginType.displayName}")
|
|
|
|
("${LocaleKeys.lastLoginBy.tr()} ${(isOther == true && loginType == LoginTypeEnum.sms) ? LoginTypeEnum.whatsapp.displayName : loginType.displayName}")
|
|
|
|
.toText14(isBold: true, color: AppColors.greyTextColor, letterSpacing: -1),
|
|
|
|
.toText14(isBold: true, color: AppColors.greyTextColor, letterSpacing: -1),
|
|
|
|
Directionality(
|
|
|
|
Directionality(
|
|
|
|
@ -251,7 +250,7 @@ class _SavedLogin extends State<SavedLogin> {
|
|
|
|
}),
|
|
|
|
}),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
height: isFoldable ? 50.h : 40.h,
|
|
|
|
height: isFoldable ? 56.h : 50.h,
|
|
|
|
backgroundColor: AppColors.whiteColor,
|
|
|
|
backgroundColor: AppColors.whiteColor,
|
|
|
|
borderColor: AppColors.borderOnlyColor,
|
|
|
|
borderColor: AppColors.borderOnlyColor,
|
|
|
|
textColor: AppColors.textColor,
|
|
|
|
textColor: AppColors.textColor,
|
|
|
|
|