ViewModelWidget<T> constructor

const ViewModelWidget<T>({
  1. Key? key,
  2. bool reactive = true,
})

Implementation

const ViewModelWidget({Key? key, this.reactive = true}) : super(key: key);