CircleController class

The CircleController class wraps a GCircle and its onTap behavior.

Constructors

CircleController({required GCircle circle, bool consumeTapEvents = false, VoidCallback? onTap, Future<WebViewController>? controller})
Creates a CircleController, which wraps a GCircle object and its onTap behavior.

Properties

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
tapEvent VoidCallback?
Circle component's tap event.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() → void
Disposes of the currently wrapped GCircle.
toString() String
A string representation of this object.
inherited
update(GCircleOptions options) → void
Updates the options of the wrapped GCircle object. This cannot be called after remove.

Operators

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