Center constructor

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

Implementation

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