onPressed property

VoidCallback? onPressed
final

Callback to when the button get pressed. If null, the button will be considered disabled

Implementation

final VoidCallback? onPressed;