resetTextOnSubmitted property

bool resetTextOnSubmitted
final

Reset the TextField when onSubmitted is called this is default to false because when the form is submitted usually the outstanding value is just used, but this option is here in case you want to reset it for any reasons (like converting the outstanding value to tag).

Implementation

final bool resetTextOnSubmitted;