onPressed property

VoidCallback? onPressed
final

Function for when ZetaGroupButton is clicked.

Setting this to null will disable the widget.

Implementation

final VoidCallback? onPressed;