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