SnapLayouts class
Main plugin class providing Windows 11 Snap Layouts functionality
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
-
addListener(
SnapLayoutsListener listener) → void - Adds a new event listener
-
enableSnapLayouts(
bool enabled) → Future< void> - Enables or disables the Snap Layouts feature
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeListener(
SnapLayoutsListener listener) → void - Removes an existing event listener
-
toString(
) → String -
A string representation of this object.
inherited
-
updateSnapLayoutsRect(
{required int left, required int top, required int right, required int bottom}) → Future< void> - Updates the rectangle area for Snap Layouts
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → SnapLayouts
-
Singleton instance
final