WindowOptions class
WindowOptions
Constructors
Properties
- alwaysOnTop → bool?
-
final
- backgroundColor → Color?
-
final
- center → bool?
-
final
- fullScreen → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maximumSize → Size?
-
final
- minimumSize → Size?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → Size?
-
final
- skipTaskbar → bool?
-
final
- title → String?
-
final
- titleBarStyle → TitleBarStyle?
-
final
- windowButtonVisibility → bool?
-
final
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