onMainButtonPressed property

dynamic Function(String value)? onMainButtonPressed
final

Callback when the main button is pressed

Implementation

final Function(String value)? onMainButtonPressed;