|
|
|
|
@ -259,14 +259,14 @@ class _PrescriptionsListPageState extends State<PrescriptionsListPage> {
|
|
|
|
|
prescription.isHomeMedicineDeliverySupported! ? AppColors.successColor.withOpacity(0.15) : AppColors.greyF7Color,
|
|
|
|
|
borderColor: AppColors.successColor.withOpacity(0.01),
|
|
|
|
|
textColor: prescription.isHomeMedicineDeliverySupported! ? AppColors.successColor : AppColors.textColor.withOpacity(0.35),
|
|
|
|
|
fontSize: prescription.isHomeMedicineDeliverySupported! ? 14 : 12,
|
|
|
|
|
fontSize: prescription.isHomeMedicineDeliverySupported! ? 14.f : 12.f,
|
|
|
|
|
fontWeight: FontWeight.w500,
|
|
|
|
|
borderRadius: 12,
|
|
|
|
|
borderRadius: 12.r,
|
|
|
|
|
padding: EdgeInsets.fromLTRB(10, 0, 10, 0),
|
|
|
|
|
height: 40.h,
|
|
|
|
|
icon: AppAssets.prescription_refill_icon,
|
|
|
|
|
iconColor: prescription.isHomeMedicineDeliverySupported! ? AppColors.successColor : AppColors.textColor.withOpacity(0.35),
|
|
|
|
|
iconSize: 14.h,
|
|
|
|
|
iconSize: 16.h,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
SizedBox(width: 8.h),
|
|
|
|
|
|