Size class Core
Represents the width and height dimensions of a rectangular area.
The Size class is used to describe the dimensions of components, containers, and layout regions within the terminal UI framework.
Both width and height are mutable to allow dynamic resizing.
Constructors
Properties
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