I am posting to an API and then attaching the error response body to a variable. is there a way to bind that variable to errorText of TextFormField. Somewhat like angular, where we use typesafe operator like the following {{ error?.name }} ?