Watch<T extends Widget>.builder constructor

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

Implementation

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