ZenObserver constructor

const ZenObserver(
  1. Widget builder(), {
  2. Key? key,
  3. bool suppressEmptyWarning = false,
})

Implementation

const ZenObserver(this.builder,
    {super.key, this.suppressEmptyWarning = false});