InAppLocationMapScreen constructor
const
InAppLocationMapScreen({
- Key? key,
- required void onConfirm(
- LocationFixResult result
- LocationKitBase? kit,
- LatLng? initialPosition,
- InAppLocationStrings strings = const InAppLocationStrings(),
- InAppLocationTheme theme = const InAppLocationTheme(),
- String appBarTitle = 'Set location',
- String? googleMapsApiKey,
- bool mapsEnabled = true,
- String? mapsSetupHint,
Implementation
const InAppLocationMapScreen({
super.key,
required this.onConfirm,
this.kit,
this.initialPosition,
this.strings = const InAppLocationStrings(),
this.theme = const InAppLocationTheme(),
this.appBarTitle = 'Set location',
this.googleMapsApiKey,
this.mapsEnabled = true,
this.mapsSetupHint,
});