TViewModelWidget<T> constructor
Constructs the ViewModelWidget.
isReactive determines if the widget rebuilds when the view model changes.
Implementation
const TViewModelWidget({Key? key, this.isReactive = true}) : super(key: key);