clearOnQueryChange property Null safety
read / write
When set to true
, the dependent controller's (which is set via react prop) value would get cleared whenever the query changes.
The default value is false
Implementation
bool clearOnQueryChange;