menu
tart_dev package
documentation
ast.dart
SizedBox
SizedBox constructor
SizedBox constructor
dark_mode
light_mode
SizedBox
constructor
SizedBox
(
Token
name
, {
double
?
width
,
double
?
height
,
AstWidget
?
child
,
})
Implementation
SizedBox(super.name, {this.width, this.height, this.child});
tart_dev package
documentation
ast
SizedBox
SizedBox constructor
SizedBox class