MapLegendOverflowMode enum
Behavior of the legend items when it overflows.
Values
- scroll → const MapLegendOverflowMode
-
It will place all the legend items in single line and enables scrolling.
- wrap → const MapLegendOverflowMode
-
It will wrap and place the remaining legend items to next line.
Properties
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
Constants
-
values
→ const List<
MapLegendOverflowMode> - A constant List of the values in this enum, in order of their declaration.