Card constructor

const Card(
  1. Token name,
  2. AstWidget child, [
  3. AstNode? elevation
])

Implementation

const Card(super.name, this.child, [this.elevation]);