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