|
|
|
@ -125,6 +125,7 @@ class _BloodDonationPageState extends State<BloodDonationPage> {
|
|
|
|
backgroundColor: AppColors.bgRedLightColor,
|
|
|
|
backgroundColor: AppColors.bgRedLightColor,
|
|
|
|
borderColor: AppColors.bgRedLightColor,
|
|
|
|
borderColor: AppColors.bgRedLightColor,
|
|
|
|
textColor: AppColors.primaryRedColor,
|
|
|
|
textColor: AppColors.primaryRedColor,
|
|
|
|
|
|
|
|
isDisabled: !Utils.havePrivilege(117),
|
|
|
|
padding: EdgeInsetsGeometry.symmetric(vertical: 0.h, horizontal: 20.h)),
|
|
|
|
padding: EdgeInsetsGeometry.symmetric(vertical: 0.h, horizontal: 20.h)),
|
|
|
|
child: Padding(
|
|
|
|
child: Padding(
|
|
|
|
padding: EdgeInsets.all(24.w),
|
|
|
|
padding: EdgeInsets.all(24.w),
|
|
|
|
|