UArView constructor
const
UArView({
- required UArController controller,
- Widget? child,
- Widget? placeholder,
- Widget? unsupported,
- Key? key,
Implementation
const UArView({required this.controller, this.child, this.placeholder, this.unsupported, super.key});