menu
termui package
documentation
ui/widgets/core/geometry.dart
Size
Size.new const constructor
Size.new const constructor
dark_mode
light_mode
Size
constructor
const
Size
(
int
width
,
int
height
)
Creates a
Size
with the given
width
and
height
.
Implementation
const Size(this.width, this.height);
termui package
documentation
ui/widgets/core/geometry
Size
Size.new const constructor
Size class