ConsumerStatefulWidget constructor

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

A StatefulWidget that can read providers.

Implementation

const ConsumerStatefulWidget({Key? key}) : super(key: key);