GeoformBottomInterface<U extends GeoformMarkerDatum> constructor
const
GeoformBottomInterface<U extends GeoformMarkerDatum> ({
- required String title,
- required bool registerOnlyWithMarker,
- required GeoformContext<
U> geoformContext, - 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.geoformContext,
this.informationBuilder,
this.actionsBuilder,
this.onRegisterPressed,
this.onActionPressed,
this.actionTextController,
this.actionActivated = false,
Key? key,
}) : super(key: key);