FillOptions class
Configuration options for Fill instances.
When used to change configuration, null values will be interpreted as "do not change this configuration option".
Constructors
Properties
- draggable → bool?
-
final
- fillColor → String?
-
final
- fillOpacity → double?
-
final
- fillOutlineColor → String?
-
final
- fillPattern → String?
-
final
-
geometry
→ List<
List< ?LatLng> > -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
FillOptions changes) → FillOptions -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toGeoJson(
) → Map< String, dynamic> -
toJson(
[bool addGeometry = true]) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- defaultOptions → const FillOptions