PairWatchController<T, U> constructor
const
PairWatchController<T, U> ({})
Implementation
const PairWatchController({
required this.pr1,
required this.pr2,
required this.builder,
super.key
});