implicitView property

bool implicitView
final

When the implicitView is false, then the view widget is wrapped with a Consumer widget to make it reactive to the view model changes. if it is true it will be implicit and notifyListener will not reload widgets under builder

Implementation

final bool implicitView;