HookViewModelWidget<T> constructor

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

Implementation

const HookViewModelWidget({Key? key, this.reactive = true});