Center constructor

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

Implementation

Center(super.name, this.child);