menu
tart_dev package
documentation
ast.dart
Expanded
Expanded constructor
Expanded constructor
dark_mode
light_mode
Expanded
constructor
Expanded
(
Token
name
,
AstWidget
child
, {
int
flex
=
1
,
})
Implementation
Expanded(super.name, this.child, {this.flex = 1});
tart_dev package
documentation
ast
Expanded
Expanded constructor
Expanded class