CircleController class
The CircleController class wraps a gmaps.Circle and its onTap behavior.
Constructors
- CircleController({required Circle circle, bool consumeTapEvents = false, VoidCallback? onTap})
-
Creates a
CircleController, which wraps agmaps.Circleobject and itsonTapbehavior.
Properties
- circle → Circle?
-
Returns the wrapped
gmaps.Circle. Only used for testing.no setter - consumeTapEvents → bool
-
Returns
trueif this Controller will use its ownonTaphandler to consume events.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
) → void -
Disposes of the currently wrapped
gmaps.Circle. -
toString(
) → String -
A string representation of this object.
inherited
-
update(
CircleOptions options) → void -
Updates the options of the wrapped
gmaps.Circleobject.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited