onSubmitted property
final
The callback function to be executed when the input field is submitted. If not provided, an empty function is used.
Implementation
final void Function(String)? onSubmitted;
The callback function to be executed when the input field is submitted. If not provided, an empty function is used.
final void Function(String)? onSubmitted;