MapValueTheme class

Theme for colors by value.

Inheritance

Constructors

MapValueTheme({Color? color, Color? contourColor, LabelVisibility? labelVisibility, LabelStyleBuilder? labelStyleBuilder, MarkerBuilder? markerBuilder, required String key, Map<dynamic, Color>? colors})

Properties

contourColor Color?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
key String
final
labelStyleBuilder LabelStyleBuilder?
finalinherited
labelVisibility LabelVisibility?
finalinherited
markerBuilder MarkerBuilder
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getColor(MapDataSource dataSource, MapFeature feature) Color?
Gets the feature color.
override
hasValue() bool
Indicates whether the theme has any value set.
override
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