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