BASE: Remove Unnecessary Codes & Imports.
This commit is contained in:
@@ -600,7 +600,6 @@ class CabBookingScreen extends StatelessWidget {
|
||||
"(${controller.duration.value})",
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w400,
|
||||
|
||||
color:
|
||||
controller
|
||||
.selectedVehicleType
|
||||
@@ -2299,13 +2298,11 @@ class CabBookingScreen extends StatelessWidget {
|
||||
Column(
|
||||
children: [
|
||||
RoundedButtonBorder(
|
||||
title:
|
||||
controller
|
||||
.driverModel
|
||||
.value
|
||||
.averageRating
|
||||
.toStringAsFixed(1) ??
|
||||
'',
|
||||
title: controller
|
||||
.driverModel
|
||||
.value
|
||||
.averageRating
|
||||
.toStringAsFixed(1),
|
||||
width: 20,
|
||||
height: 3.5,
|
||||
radius: 10,
|
||||
|
||||
Reference in New Issue
Block a user