BASE: Remove Unnecessary Codes & Imports.

This commit is contained in:
2025-11-29 10:59:33 +05:00
parent 6ad0dd11de
commit 241487501e
2 changed files with 6 additions and 12 deletions

View File

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