onPressed property

void Function()? onPressed
final

The callback that is called when the button is tapped or otherwise activated.

If this callback is null, then the button will be disabled.

Implementation

final void Function()? onPressed;