MouseOptions class

Class that defines customization options for mouse interaction in the PolarisMapEditor.

Constructors

MouseOptions({MouseCursor dragCursor = SystemMouseCursors.grabbing, MouseCursor deletePointCursor = SystemMouseCursors.disappearing, MouseCursor normalCursor = SystemMouseCursors.basic})
Default constructor for MouseOptions.
const

Properties

deletePointCursor MouseCursor
The cursor shown when hovering over a point that can be deleted.
final
dragCursor MouseCursor
The cursor shown when dragging an area or point.
final
hashCode int
The hash code for this object.
no setterinherited
normalCursor MouseCursor
The default cursor shown when interacting with the map.
final
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
toString() String
A string representation of this object.
inherited

Operators

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