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