InteractiveMarkerLayer constructor
const
InteractiveMarkerLayer({
- Key? key,
- required List<
Marker> markers, - MarkerController? markerController,
- InteractiveOptions<
Marker> options = const InteractiveOptions(), - MarkerLayerOptions markerOptions = const MarkerLayerOptions(alignment: Alignment.bottomCenter),
- PopupLayerOptions? popupOptions,
- LabelLayerOptions? labelOptions,
- ActionLayerOptions? actionOptions,
- bool debug = false,
Implementation
const InteractiveMarkerLayer({
super.key,
required this.markers,
this.markerController,
this.options = const InteractiveOptions(),
this.markerOptions =
const MarkerLayerOptions(alignment: Alignment.bottomCenter),
this.popupOptions,
this.labelOptions,
this.actionOptions,
this.debug = false,
});