menu
pdf package
documentation
widgets.dart
SizedBox
SizedBox.new constructor
SizedBox.new 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.new constructor
SizedBox class