MultiRoadOption class
this class used to configure road in Multiple Drawing Road by change default color roadColor that can be null or width roadWidth that also can be null for that specific road
- Inheritance
-
- Object
- RoadOption
- MultiRoadOption
Constructors
- MultiRoadOption({required Color roadColor, double roadWidth = 5, RoadType roadType = RoadType.car, Color? roadBorderColor, double? roadBorderWidth})
-
const
- MultiRoadOption.empty()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDotted → bool
-
finalinherited
- roadBorderColor → Color?
-
finalinherited
- roadBorderWidth → double?
-
finalinherited
- roadColor → Color
-
finalinherited
- roadType → RoadType
-
final
- roadWidth → double
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- zoomInto → bool
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited