reactive property

bool reactive

Indicates if the builder should be rebuilt when notifyListeners is called

When reactive is false the builder will fire once and the widgets will be used as a static child. IT WILL NOT BE BUILT AGAIN.

Implementation

bool get reactive => true;