Watcher constructor
const
Watcher({
- Key? key,
- WidgetBuilder? builder,
- String? name,
- VoidCallback? watch,
Implementation
const Watcher({Key? key, this.builder, this.name, this.watch})
: super(key: key);