|
|
|
|
@ -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),
|
|
|
|
|
|