NiceManagedWindow class
Window state for the manager.
Constructors
- NiceManagedWindow({required String id, required String title, required WidgetBuilder builder, IconData? icon, Offset? initialPosition, Size? initialSize, bool minimized = false, bool maximized = false})
Properties
- builder → WidgetBuilder
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → IconData?
-
final
- id → String
-
final
- initialPosition → Offset?
-
final
- initialSize → Size?
-
final
- maximized ↔ bool
-
getter/setter pair
- minimized ↔ bool
-
getter/setter pair
- position ↔ Offset
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size ↔ Size
-
getter/setter pair
- title → String
-
final
- zIndex ↔ int
-
getter/setter pair
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