onPressed property

void Function()? onPressed
final

Callback, called when the button is tapped or activated other way.

If this is set to null, the button is disabled.

Implementation

final void Function()? onPressed;