onPressed property

VoidCallback? onPressed
final

The callback that is called when the button is tapped or otherwise activated.

If onPressed and onLongPress callbacks are null, then the button will be disabled.

Implementation

final VoidCallback? onPressed;