onPressed property

VoidCallback? onPressed
final

Callback called when the button is pressed. The button is considered disabled if this is null

Implementation

final VoidCallback? onPressed;