menu
artisanal package
documentation
widgets.dart
SizedBox
SizedBox.new constructor
SizedBox.new constructor
dark_mode
light_mode
SizedBox
constructor
SizedBox
(
{
num
?
width
,
num
?
height
,
Widget
?
child
,
Key
?
key
,
})
Implementation
SizedBox({this.width, this.height, super.child, super.key});
artisanal package
documentation
widgets
SizedBox
SizedBox.new constructor
SizedBox class