AppConsumer constructor

const AppConsumer(
  1. Widget callRef(
    1. WidgetRef
    ), {
  2. Key? key,
})

Implementation

const AppConsumer(
  this.callRef,
  {super.key}
);