MarkerSettings class
Customizes the markers.
Constructors
- MarkerSettings({bool isVisible: false, double height: 8, double width: 8, Color color: Colors.white, DataMarkerType shape: DataMarkerType.circle, double borderWidth: 2, Color borderColor, String imageUrl })
Properties
- borderColor → Color
-
Border color of the marker. [...]
final
- borderWidth → double
-
Border width of the marker. [...]
final
- color → Color
-
Color of the marker shape. [...]
final
- height → double
-
Height of the marker shape. [...]
final
- imageUrl → String
-
Image to be used as marker. [...]
final
- isVisible → bool
-
Toggles the visibility of the marker. [...]
final
- shape → DataMarkerType
-
Shape of the marker. [...]
final
- width → double
-
Width of the marker shape. [...]
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited