ConsumerWidget constructor

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

Implementation

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