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