LWatch constructor

const LWatch(
  1. Widget builder(), {
  2. Key? key,
  3. String? debugLabel,
})

Creates a reactive widget.

Implementation

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