menu
arcane_jaspr package
documentation
component/layout/flow.dart
SizedBox
SizedBox.new const constructor
SizedBox.new const constructor
dark_mode
light_mode
SizedBox
constructor
const
SizedBox
(
{
double
?
width
,
double
?
height
,
Component
?
child
,
Key
?
key
,
})
Implementation
const SizedBox({this.width, this.height, this.child, super.key});
arcane_jaspr package
documentation
component/layout/flow
SizedBox
SizedBox.new const constructor
SizedBox class