Watch<T extends Widget> constructor

const Watch<T extends Widget>(
  1. T builder(
    1. BuildContext context
    ), {
  2. Key? key,
  3. String? debugLabel,
})

Implementation

const Watch(this.builder, {super.key, this.debugLabel});