onConfirm property

void Function(String value)? onConfirm
final

点击确定时的回调,参数为输入框中的字符

Implementation

final void Function(String value)? onConfirm;