implicitView property
Whether the view builder is returning a predefined widget class - implicit view - (e.g. StatelessView, HookView, StatefulWidget, and StatelessWidget) or returning a dynamic widget.
When the implicitView is true
, then the view widget is wrapped with
a Consumer widget to make it reactive to the view model changes.
Implementation
final bool implicitView;