WindowPreferences class
Constructors
- WindowPreferences({double? width, double? height, double? dx, double? dy})
Properties
- dx ↔ double?
-
Left component of these WindowPreferences.
getter/setter pair
- dy ↔ double?
-
Top component of these WindowPreferences.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ double?
-
Height component of these WindowPreferences.
getter/setter pair
- position → Offset?
-
Returns the Offset position of these WindowPreferences.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → Size?
-
Returns the Size of these WindowPreferences.
no setter
- width ↔ double?
-
Width component of these WindowPreferences.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited