FloatingPanel class
A Flutter plugin for creating floating panels on macOS.
This plugin allows you to create a floating panel window that stays on top of other windows and can be positioned anywhere on the screen.
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
-
hide(
) → Future< bool> - Hides the floating panel.
-
isVisible(
) → Future< bool> - Checks if the floating panel is currently visible.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setPosition(
double x, double y) → Future< bool> - Sets the position of the floating panel.
-
setSize(
double width, double height) → Future< bool> - Sets the size of the floating panel.
-
show(
{double? width, double? height, double? x, double? y}) → Future< bool> - Shows the floating panel.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → FloatingPanel
-
final