GeoformBottomInterface<U extends GeoformMarkerDatum> constructor
const
GeoformBottomInterface<U extends GeoformMarkerDatum> ({
- required String title,
- required bool registerOnlyWithMarker,
- required U? selectedMarker,
- LatLng? currentPosition,
- GeoformBottomDisplayBuilder<
U> ? informationBuilder, - GeoformBottomActionsBuilder<
U> ? actionsBuilder, - void onRegisterPressed()?,
- void onActionPressed()?,
- TextEditingController? actionTextController,
- bool actionActivated = false,
- Key? key,
Implementation
const GeoformBottomInterface({
required this.title,
required this.registerOnlyWithMarker,
required this.selectedMarker,
this.currentPosition,
this.informationBuilder,
this.actionsBuilder,
this.onRegisterPressed,
this.onActionPressed,
this.actionTextController,
this.actionActivated = false,
Key? key,
}) : super(key: key);