I have a TextField with an onSubmit callback. In this callback, I do some sets, then call setState(() {}); and finally do another property set. In tracing this code throug