onPressEnter property
void Function()?
onPressEnter
final
Optional callback triggered when the Enter key is pressed.
Implementation
final void Function()? onPressEnter;
Optional callback triggered when the Enter key is pressed.
final void Function()? onPressEnter;