ElevatedButton constructor
ElevatedButton(
- Token name,
- AstWidget child,
- FunctionDeclaration onPressed
Implementation
ElevatedButton(super.name, this.child, this.onPressed);