WindowOptions class

WindowOptions

Constructors

WindowOptions({Size? size, bool? center, Size? minimumSize, Size? maximumSize, bool? alwaysOnTop, bool? fullScreen, Color? backgroundColor, bool? skipTaskbar, String? title, TitleBarStyle? titleBarStyle, bool? windowButtonVisibility})
const

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