onPressed property

void Function(WorkTab work)? onPressed
final

Callback, called when this button is pressed.

Implementation

final void Function(WorkTab work)? onPressed;