CircleController class

这个是实际的-gmap circle 事件的返回 // circle.onDblclick.listen((_) {

The CircleController class wraps a gmaps.Circle and its onTap behavior.

Constructors

CircleController({required Circle circle, bool consumeTapEvents = false, bool consumeCenterChangedEvents = false, bool consumeRadiusChangedEvents = false, VoidCallback? onTap, required VoidCallback? onCenterChanged, required VoidCallback? onRadiusChanged})
Creates a CircleController, which wraps a gmaps.Circle object and its onTap behavior.

Properties

circle → Circle?
Returns the wrapped gmaps.Circle. Only used for testing.
no setter
consumeCenterChangedEvents → bool
no setter
consumeRadiusChangedEvents → bool
no setter
consumeTapEvents → bool
Returns true if this Controller will use its own onTap handler 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.Circle object.

Operators

operator ==(Object other) → bool
The equality operator.
inherited