CircleOptions class
Configuration options for Circle instances.
When used to change configuration, null values will be interpreted as "do not change this configuration option".
Constructors
Properties
- circleBlur → double
-
final
- circleColor → String
-
final
- circleOpacity → double
-
final
- circleRadius → double
-
final
- circleStrokeColor → String
-
final
- circleStrokeOpacity → double
-
final
- circleStrokeWidth → double
-
final
- draggable → bool
-
final
- geometry → LatLng
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
copyWith(
CircleOptions changes) → CircleOptions -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- defaultOptions → const CircleOptions
-
const CircleOptions()