|
|
|
@ -61,7 +61,7 @@ class RrtMapScreen extends StatelessWidget {
|
|
|
|
BottomSheetType.EXPANDED: ExpanedBottomSheet(context),
|
|
|
|
BottomSheetType.EXPANDED: ExpanedBottomSheet(context),
|
|
|
|
BottomSheetType.FIXED: FixedBottomSheet(context),
|
|
|
|
BottomSheetType.FIXED: FixedBottomSheet(context),
|
|
|
|
},
|
|
|
|
},
|
|
|
|
),
|
|
|
|
).paddingAll(16.h),
|
|
|
|
body: Stack(
|
|
|
|
body: Stack(
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
if (context.read<EmergencyServicesViewModel>().isGMSAvailable )
|
|
|
|
if (context.read<EmergencyServicesViewModel>().isGMSAvailable )
|
|
|
|
|