onPressed property

void Function()? onPressed
final

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

Implementation

final void Function()? onPressed;