|
|
|
|
@ -218,7 +218,7 @@ class ProfileSettingsState extends State<ProfileSettings> {
|
|
|
|
|
Container(
|
|
|
|
|
margin: EdgeInsets.only(left: 24.w, right: 24.w, top: 16.h, bottom: 24.h),
|
|
|
|
|
padding: EdgeInsets.only(top: 4.h, bottom: 4.h),
|
|
|
|
|
decoration: RoundedRectangleBorder().toSmoothCornerDecoration(color: AppColors.whiteColor, borderRadius: 24.r, hasShadow: true),
|
|
|
|
|
decoration: RoundedRectangleBorder().toSmoothCornerDecoration(color: AppColors.whiteColor, borderRadius: 24.r, hasShadow: false),
|
|
|
|
|
child: Column(
|
|
|
|
|
children: [
|
|
|
|
|
actionItem(AppAssets.language_change, LocaleKeys.language.tr(context: context), () {
|
|
|
|
|
@ -251,7 +251,7 @@ class ProfileSettingsState extends State<ProfileSettings> {
|
|
|
|
|
Container(
|
|
|
|
|
margin: EdgeInsets.only(left: 24.w, right: 24.w, top: 16.h, bottom: 24.h),
|
|
|
|
|
padding: EdgeInsets.only(top: 4.h, bottom: 4.h),
|
|
|
|
|
decoration: RoundedRectangleBorder().toSmoothCornerDecoration(color: AppColors.whiteColor, borderRadius: 24.r, hasShadow: true),
|
|
|
|
|
decoration: RoundedRectangleBorder().toSmoothCornerDecoration(color: AppColors.whiteColor, borderRadius: 24.r, hasShadow: false),
|
|
|
|
|
child: Column(
|
|
|
|
|
children: [
|
|
|
|
|
actionItem(AppAssets.email_transparent, LocaleKeys.updateEmailAddress.tr(context: context), () {
|
|
|
|
|
@ -292,7 +292,7 @@ class ProfileSettingsState extends State<ProfileSettings> {
|
|
|
|
|
Container(
|
|
|
|
|
margin: EdgeInsets.only(left: 24.w, right: 24.w, top: 16.h),
|
|
|
|
|
padding: EdgeInsets.only(top: 4.h, bottom: 4.h),
|
|
|
|
|
decoration: RoundedRectangleBorder().toSmoothCornerDecoration(color: AppColors.whiteColor, borderRadius: 24.r, hasShadow: true),
|
|
|
|
|
decoration: RoundedRectangleBorder().toSmoothCornerDecoration(color: AppColors.whiteColor, borderRadius: 24.r, hasShadow: false),
|
|
|
|
|
child: Column(
|
|
|
|
|
children: [
|
|
|
|
|
actionItem(AppAssets.call_fill, LocaleKeys.contactUs.tr(context: context), () {
|
|
|
|
|
|