ConsumerWidget constructor

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

Creates a consumer widget.

Implementation

const ConsumerWidget({super.key});