onPressed property
The callback that is called when the button is tapped or otherwise activated.
If this is set to null, the button will be disabled.
Implementation
final VoidCallback onPressed;
The callback that is called when the button is tapped or otherwise activated.
If this is set to null, the button will be disabled.
final VoidCallback onPressed;