menu
Flutter
dart:ui
Size
Size const constructor
Size
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);
Flutter
dart:ui
Size
Size const constructor
Size class
Cookies management controls