StackedHookView<T> constructor

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

Implementation

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