menu
dartatui package
documentation
widgets/sized_box.dart
SizedBox
SizedBox.new const constructor
SizedBox.new const constructor
dark_mode
light_mode
SizedBox
constructor
const
SizedBox
(
{
Key
?
key
,
int
?
sWidth
,
int
?
sHeight
,
Widget
?
child
,
})
Implementation
const SizedBox({super.key, this.sWidth, this.sHeight, super.child});
dartatui package
documentation
widgets/sized_box
SizedBox
SizedBox.new const constructor
SizedBox class