onActionPressed property

VoidCallback? onActionPressed
final

Function to call when the action button is pressed.

This callback is required if actionText is provided.

Implementation

final VoidCallback? onActionPressed;