BASE: Finish UI Of Select Your Vehicle Type Section.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user