|
|
|
@ -83,6 +83,7 @@ class _ExceptionBottomSheetState extends State<ExceptionBottomSheet> {
|
|
|
|
borderColor: CustomColors.bgRedLightColor,
|
|
|
|
borderColor: CustomColors.bgRedLightColor,
|
|
|
|
textColor: CustomColors.bgRedColor,
|
|
|
|
textColor: CustomColors.bgRedColor,
|
|
|
|
icon: "assets/images/svg/cancel.svg",
|
|
|
|
icon: "assets/images/svg/cancel.svg",
|
|
|
|
|
|
|
|
iconColor: CustomColors.bgRedColor,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SizedBox(width: MediaQuery.of(context).size.width * 0.05),
|
|
|
|
SizedBox(width: MediaQuery.of(context).size.width * 0.05),
|
|
|
|
|