Watch constructor

const Watch(
  1. Widget builder(), {
  2. Key? key,
  3. List? dependencies,
})

Implementation

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