Interface for listening to Snap Layouts events
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onSnapLayoutsClick(
) → void - Triggered when a snap layouts zone is clicked
-
onSnapLayoutsDown(
) → void - Triggered when mouse button is pressed down in a snap layouts zone
-
onSnapLayoutsHover(
) → void - Triggered when mouse hovers over a snap layouts zone
-
onSnapLayoutsLeave(
) → void - Triggered when mouse leaves a snap layouts zone
-
onSnapLayoutsLocate(
) → void - Triggered when window is located in a snap layouts zone
-
onSnapLayoutsUp(
) → void - Triggered when mouse button is released in a snap layouts zone
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited