HookView<T extends ViewModel> constructor

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

Implementation

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