4/1/3
This commit is contained in:
@@ -21,19 +21,19 @@ class CarType {
|
||||
|
||||
List<CarType> carTypes = [
|
||||
CarType(
|
||||
carType: 'Comfort'.tr,
|
||||
carType: 'Comfort',
|
||||
carDetail: 'Comfort choice'.tr,
|
||||
image: 'assets/images/blob.png'),
|
||||
CarType(
|
||||
carType: 'Speed'.tr,
|
||||
carType: 'Speed',
|
||||
carDetail: 'Better for long trips choice'.tr,
|
||||
image: 'assets/images/carspeed.png'),
|
||||
CarType(
|
||||
carType: 'Delivery'.tr,
|
||||
carType: 'Delivery',
|
||||
carDetail: 'Delivery service'.tr,
|
||||
image: 'assets/images/moto.png'),
|
||||
CarType(
|
||||
carType: 'Free Ride'.tr,
|
||||
carType: 'Free Ride',
|
||||
carDetail: 'free ride without end point'.tr,
|
||||
image: 'assets/images/freeRide.png'),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user