ConsumerStatefulWidget constructor

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

A StatefulWidget that can read providers.

Implementation

const ConsumerStatefulWidget({super.key});