reactive property

  1. @override
bool get 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

@override
bool get reactive => true;