KeyedHook<T> constructor

const KeyedHook<T>({
  1. required HookKeys keys,
  2. String? debugLabel,
})

Implementation

const KeyedHook({required this.keys, super.debugLabel});