onPressed property

VoidCallback? onPressed
final

Called when the button is pressed. If null, the button is disabled.

Implementation

final VoidCallback? onPressed;