CameraJoyStick constructor

const CameraJoyStick({
  1. Key? key,
  2. required String uuid,
  3. required String pass,
})

Implementation

const   CameraJoyStick({super.key, required this.uuid, required this.pass});