pull/101/head
haroon amjad 2 months ago
parent 938463aabc
commit a4e55cb6df

@ -60,6 +60,8 @@ class AmbulanceHistoryItem extends StatelessWidget {
borderColor: AppColors.primaryRedColor,
textColor: Colors.white,
icon: AppAssets.cancel,
iconSize: 20.h,
height: 40.h,
),
],
).paddingAll(16.h),

@ -44,7 +44,7 @@ class RRTItem extends StatelessWidget {
chip("Rapid Response Team(RRT)".needTranslation, AppAssets.ic_rrt_vehicle, AppColors.blackBgColor),
],
),
SizedBox(height: 4.h),
if (order.statusId == 1 || order.statusId == 2)
CustomButton(
text: "Cancel Request".needTranslation,
@ -55,6 +55,8 @@ class RRTItem extends StatelessWidget {
borderColor: AppColors.primaryRedColor,
textColor: Colors.white,
icon: AppAssets.cancel,
iconSize: 20.h,
height: 40.h,
),
],
).paddingAll(16.h),

Loading…
Cancel
Save