menu
bento package
documentation
bento.dart
Size
Size const constructor
Size const constructor
dark_mode
light_mode
Size
constructor
const
Size
(
double
width
,
double
height
)
Implementation
const Size(this.width, this.height);
bento package
documentation
bento
Size
Size const constructor
Size class