ContextMenuBuilder class abstract

A builder for contextmenus. These will be activated if a user single-taps at the map. The position of the tap will be given by event. See also DefaultContextMenuBuilder.

Implementers

Constructors

ContextMenuBuilder()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildContextMenu(BuildContext context, MapModel mapModel, ViewModel viewModel, MapViewPosition position, Dimension screen, TapEvent event) Widget
Createa a contextmenu
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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