MonitorDropOverEvent class

Event sent to DropMonitors when dragging anywhere over the application.

Inheritance

Constructors

MonitorDropOverEvent({required DropSession session, required DropPosition position, required bool isInside})

Properties

hashCode int
The hash code for this object.
no setterinherited
isInside bool
Whether dragging happens over the receiver DropMonitor.
final
position DropPosition
Position of the drop event.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session DropSession
Drop session associated with this event.
finalinherited

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