ConsumerWidget<T extends Store> constructor

const ConsumerWidget<T extends Store>({
  1. String? key,
  2. Ref? ref,
})

Implementation

const ConsumerWidget({super.key, super.ref});