ARSceneView constructor

const ARSceneView({
  1. Key? key,
  2. SceneViewController? controller,
  3. VoidCallback? onViewCreated,
  4. bool planeDetection = true,
})

Implementation

const ARSceneView({
  super.key,
  this.controller,
  this.onViewCreated,
  this.planeDetection = true,
});