BASE: Finish UI Of Select Your Vehicle Type Section.

This commit is contained in:
2025-11-29 10:57:31 +05:00
parent d703dadafd
commit 6ad0dd11de

View File

@@ -471,9 +471,9 @@ class CabBookingScreen extends StatelessWidget {
) {
return Positioned.fill(
child: DraggableScrollableSheet(
initialChildSize: 0.37,
minChildSize: 0.37,
maxChildSize: 0.37,
initialChildSize: 0.36,
minChildSize: 0.36,
maxChildSize: 0.36,
expand: false,
builder: (context, scrollController) {
return Container(
@@ -506,7 +506,7 @@ class CabBookingScreen extends StatelessWidget {
Padding(
padding: EdgeInsetsGeometry.symmetric(horizontal: 16.r),
child: Text(
"Select Your Vehicle Type".tr,
"Select Your Vehicle Type",
style: AppThemeData.boldTextStyle(
fontSize: 18.sp,
color:
@@ -663,7 +663,7 @@ class CabBookingScreen extends StatelessWidget {
},
),
),
SizedBox(height: 15.h),
SizedBox(height: 30.h),
Padding(
padding: EdgeInsetsGeometry.symmetric(horizontal: 16.r),
child: Obx(