Container constructor

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

Implementation

const Container(super.name, this.child);