ConsumerWidget<T extends Listenable> constructor

const ConsumerWidget<T extends Listenable>({
  1. Key? key,
  2. bool listen = true,
})

Implementation

const ConsumerWidget({
  Key? key,
  this.listen = true,
}) : super(key: key);