ElevatedButton constructor

ElevatedButton(
  1. Token name,
  2. AstWidget child,
  3. FunctionDeclaration onPressed
)

Implementation

ElevatedButton(super.name, this.child, this.onPressed);