onPressed property

VoidCallback? onPressed
final

The callback that is called when a button is tapped.

If this callback and onLongPress are null, then the button will be disabled.

Implementation

final VoidCallback? onPressed;