clearOnQueryChange property

bool clearOnQueryChange
final

When set to true, the controller's value would get cleared whenever the query of a watcher controller(which is set via react prop) changes.

The default value is false

Implementation

final bool clearOnQueryChange;