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