PopupController class

Constructors

PopupController()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamController StreamController<PopupEvent>?
getter/setter pair

Methods

hidePopup() → void
Hide the popup if it is showing.
hidePopupIfShowingFor(List<Marker?> markers) → void
Hide the popup but only if it is showing for one of the given markers.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showPopupFor(Marker marker) → void
Show the popup for the given marker. If the popup is already showing for that marker nothing happens.
togglePopup(Marker? marker) → void
Hide the popup if it is showing for the given marker, otherwise show it for that marker.
toString() String
A string representation of this object.
inherited

Operators

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