PolylineController class

The PolygonController class wraps a GPolyline and its onTap behavior.

Constructors

PolylineController({required GPolyline polyline, bool consumeTapEvents = false, VoidCallback? onTap, Future<WebViewController>? controller})
Creates a PolylineController that wraps a GPolyline 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?
Polyline 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 GPolyline.
toString() String
A string representation of this object.
inherited
update(GPolylineOptions options) → void
Updates the options of the wrapped GPolyline object.

Operators

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