menu
dartblock_code package
documentation
widgets/helper_widgets.dart
SliverSizedBox
SliverSizedBox.new const constructor
SliverSizedBox.new const constructor
dark_mode
light_mode
SliverSizedBox
constructor
const
SliverSizedBox
(
{
Key
?
key
,
double
?
height
,
double
?
width
,
Widget
?
child
,
})
Implementation
const SliverSizedBox({super.key, this.height, this.width, this.child});
dartblock_code package
documentation
widgets/helper_widgets
SliverSizedBox
SliverSizedBox.new const constructor
SliverSizedBox class