onSubmitted property Null safety
final
The method that is called once the user submits the text
Implementation
final Function(String text) onSubmitted;
The method that is called once the user submits the text
final Function(String text) onSubmitted;