shouldListenForChanges property

bool? shouldListenForChanges
final

It can be used to prevent state updates.

Defaults to true. If set to false then no rebuild would be performed.

Implementation

final bool? shouldListenForChanges;