MapHighlightTheme class

The theme for highlights.

This theme is activated by hover or external components like a legend.

Constructors

MapHighlightTheme({Color? color, Color? contourColor, bool overlayContour = false, LabelVisibility? labelVisibility, LabelStyleBuilder? labelStyleBuilder})
Builds a MapHighlightTheme

Properties

color Color?
final
contourColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
labelStyleBuilder LabelStyleBuilder?
final
labelVisibility LabelVisibility?
final
overlayContour bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hasValue() bool
Indicates whether the theme has any value set.
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