StatefulHookConsumerWidget constructor

const StatefulHookConsumerWidget({
  1. Key? key,
})

A StatefulWidget that is both a ConsumerWidget and a HookWidget.

Implementation

const StatefulHookConsumerWidget({super.key});