|
|
|
|
@ -2,6 +2,8 @@ import 'package:easy_localization/easy_localization.dart';
|
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/core/app_assets.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/core/app_export.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/core/app_state.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/core/dependencies.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/extensions/string_extensions.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/extensions/widget_extensions.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/features/emergency_services/emergency_services_view_model.dart';
|
|
|
|
|
@ -46,7 +48,7 @@ class WayPickup extends StatelessWidget {
|
|
|
|
|
firstIcon: AppAssets.to_arrow,
|
|
|
|
|
middleIcon: AppAssets.to_arrow,
|
|
|
|
|
lastIcon: AppAssets.hospital,
|
|
|
|
|
shouldFlipIcon: getIt.get<AppState>().isArabic(),
|
|
|
|
|
shouldFlipIcon: getIt.get<AppState>().isArabic(),
|
|
|
|
|
price: context.read<EmergencyServicesViewModel>().selectedTransportOption?.priceTotal?.toString()??"",
|
|
|
|
|
onTap: () {
|
|
|
|
|
context
|
|
|
|
|
|