|
|
|
@ -107,9 +107,9 @@ class SelectLivecareClinicPage extends StatelessWidget {
|
|
|
|
backgroundColor: AppColors.primaryRedColor,
|
|
|
|
backgroundColor: AppColors.primaryRedColor,
|
|
|
|
borderColor: AppColors.primaryRedColor,
|
|
|
|
borderColor: AppColors.primaryRedColor,
|
|
|
|
textColor: AppColors.whiteColor,
|
|
|
|
textColor: AppColors.whiteColor,
|
|
|
|
fontSize: 16,
|
|
|
|
fontSize: 16.f,
|
|
|
|
fontWeight: FontWeight.w500,
|
|
|
|
fontWeight: FontWeight.w500,
|
|
|
|
borderRadius: 12,
|
|
|
|
borderRadius: 10.r,
|
|
|
|
padding: EdgeInsets.fromLTRB(10, 0, 10, 0),
|
|
|
|
padding: EdgeInsets.fromLTRB(10, 0, 10, 0),
|
|
|
|
height: 50.h,
|
|
|
|
height: 50.h,
|
|
|
|
icon: AppAssets.livecare_book_icon,
|
|
|
|
icon: AppAssets.livecare_book_icon,
|
|
|
|
@ -122,18 +122,13 @@ class SelectLivecareClinicPage extends StatelessWidget {
|
|
|
|
onPressed: () {
|
|
|
|
onPressed: () {
|
|
|
|
Navigator.of(context).pop();
|
|
|
|
Navigator.of(context).pop();
|
|
|
|
onNegativeClicked?.call();
|
|
|
|
onNegativeClicked?.call();
|
|
|
|
// Navigator.of(context).push(
|
|
|
|
|
|
|
|
// CustomPageRoute(
|
|
|
|
|
|
|
|
// page: SelectDoctorPage(),
|
|
|
|
|
|
|
|
// ),
|
|
|
|
|
|
|
|
// );
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
backgroundColor: AppColors.secondaryLightRedColor,
|
|
|
|
backgroundColor: AppColors.secondaryLightRedColor,
|
|
|
|
borderColor: AppColors.secondaryLightRedColor,
|
|
|
|
borderColor: AppColors.secondaryLightRedColor,
|
|
|
|
textColor: AppColors.primaryRedColor,
|
|
|
|
textColor: AppColors.primaryRedColor,
|
|
|
|
fontSize: 16,
|
|
|
|
fontSize: 16.f,
|
|
|
|
fontWeight: FontWeight.w500,
|
|
|
|
fontWeight: FontWeight.w500,
|
|
|
|
borderRadius: 12,
|
|
|
|
borderRadius: 10.r,
|
|
|
|
padding: EdgeInsets.fromLTRB(10, 0, 10, 0),
|
|
|
|
padding: EdgeInsets.fromLTRB(10, 0, 10, 0),
|
|
|
|
height: 50.h,
|
|
|
|
height: 50.h,
|
|
|
|
).paddingSymmetrical(24.h, 0.h),
|
|
|
|
).paddingSymmetrical(24.h, 0.h),
|
|
|
|
|