controller property
Implementation
late final UArController controller = UArController(
config: UArConfig(mode: UArMode.face, camera: UArCameraFacing.front, planeDetection: UArPlaneDetection.none, showFaceMesh: widget.showFaceMesh, coaching: false),
);