TextMarkerPluginOptions class

Constructors

TextMarkerPluginOptions.new({List<TextMarker> markers = const [], required double mapHeight, required double mapWidth, required bool isActive, required dynamic onAddMarker(TextMarker newMarker), required dynamic onRemoveMarker(LatLng point), Widget customAddDialog(LatLng point)?})

Properties

customAddDialog Widget Function(LatLng point)?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isActive bool
getter/setter pair
key Key?
finalinherited
mapHeight double
getter/setter pair
mapWidth double
getter/setter pair
markers List<TextMarker>
getter/setter pair
onAddMarker ↔ dynamic Function(TextMarker newMarker)
getter/setter pair
onRemoveMarker ↔ dynamic Function(LatLng point)
getter/setter pair
rebuild Stream<void>?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited