WindowSizeEvent class final
Reports window size in cells and optional pixels.
Constructors
- WindowSizeEvent({required int width, required int height, int widthPx = 0, int heightPx = 0})
-
const
Properties
Methods
-
bounds(
) → Rectangle - Returns bounds corresponding to the cell size.
-
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