menu
pdf package
documentation
widgets.dart
SizedBox
SizedBox constructor
SizedBox constructor
dark_mode
light_mode
SizedBox
constructor
SizedBox
(
{
double
?
width
,
double
?
height
,
Widget
?
child
,
})
Creates a fixed size box.
Implementation
SizedBox({this.width, this.height, this.child});
pdf package
documentation
widgets
SizedBox
SizedBox constructor
SizedBox class