UArView constructor

const UArView({
  1. required UArController controller,
  2. Widget? child,
  3. Widget? placeholder,
  4. Widget? unsupported,
  5. Key? key,
})

Implementation

const UArView({required this.controller, this.child, this.placeholder, this.unsupported, super.key});