Expanded constructor

Expanded(
  1. Token name,
  2. AstWidget child, {
  3. int flex = 1,
})

Implementation

Expanded(super.name, this.child, {this.flex = 1});