onConfirm property

void Function(String value)? onConfirm
final

Confirm callback with the entered value

Implementation

final void Function(String value)? onConfirm;