abdusalom0516/base/home-screen #1

Merged
Abdusalom999 merged 30 commits from abdusalom0516/base/home-screen into master 2025-12-08 18:26:01 +00:00
47 changed files with 4063 additions and 993 deletions
Showing only changes of commit 6ad0dd11de - Show all commits

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(