This commit is contained in:
Hamza-Ayed
2023-09-23 23:06:02 +03:00
parent 92b0713811
commit ebcc644d8c
2 changed files with 17 additions and 4 deletions

View File

@@ -304,8 +304,16 @@ class MapPage extends StatelessWidget {
return Center(
child: Container(
decoration: AppStyle.boxDecoration,
height: 100,
width: 100,
// height: 100,
// width: 100,
child: Padding(
padding: const EdgeInsets.all(8.0),
child: Text(
'You Can cancel Ride After Captain did not come in the time'
.tr,
style: AppStyle.subtitle,
),
),
),
);
} else {