Container constructor

Container(
  1. Token name,
  2. AstWidget child
)

Implementation

Container(super.name, this.child);