|
|
|
@ -110,12 +110,11 @@ class _SelectDoctorPageState extends State<SelectDoctorPage> {
|
|
|
|
Row(
|
|
|
|
Row(
|
|
|
|
mainAxisSize: MainAxisSize.max,
|
|
|
|
mainAxisSize: MainAxisSize.max,
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
// Utils.buildSvgWithAssets(icon: AppAssets.prescription_reminder_icon, width: 35.h, height: 35.h),
|
|
|
|
|
|
|
|
// SizedBox(width: 8.h),
|
|
|
|
|
|
|
|
Column(
|
|
|
|
Column(
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
LocaleKeys.nearestAppo.tr(context: context).toText13(isBold: true),
|
|
|
|
LocaleKeys.nearestAppo.tr(context: context).toText13(isBold: true),
|
|
|
|
|
|
|
|
SizedBox(height: 4.h),
|
|
|
|
"View nearest available appointments".needTranslation.toText11(color: AppColors.textColorLight, weight: FontWeight.w500),
|
|
|
|
"View nearest available appointments".needTranslation.toText11(color: AppColors.textColorLight, weight: FontWeight.w500),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|