ElevatedButton constructor

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

Implementation

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