onTapAction property
Optional callback if the Done button for TextField was tapped
It will only work if displayDoneButton
is true
and toolbarButtons
is null or empty
Implementation
final VoidCallback? onTapAction;
Optional callback if the Done button for TextField was tapped
It will only work if displayDoneButton
is true
and toolbarButtons
is null or empty
final VoidCallback? onTapAction;