onSubmitted property Null safety

dynamic Function(String text) onSubmitted
final

The method that is called once the user submits the text

Implementation

final Function(String text) onSubmitted;