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