onSubmitted property

ValueChanged<String>? onSubmitted
final

Called when the user are done editing the text in the TextField Use this to get the outstanding text that aren't converted to tag yet If no text is entered when this is called an empty string will be passed.

Implementation

final ValueChanged<String>? onSubmitted;