menu
pure_ui package
documentation
pure_ui.dart
Size
Size.new const constructor
Size.new const constructor
dark_mode
light_mode
Size
constructor
const
Size
(
double
width
,
double
height
)
Creates a
Size
with the given
width
and
height
.
Implementation
const Size(super.width, super.height);
pure_ui package
documentation
pure_ui
Size
Size.new const constructor
Size class