onPressed property

VoidCallback onPressed
final

ios only, execute a callback when shipping Function called when the button is pressed

Implementation

/// Function called when the button is pressed
final VoidCallback onPressed;