clearOnQueryChange property Null safety

bool clearOnQueryChange
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;