ARSceneView constructor
const
ARSceneView({
- Key? key,
- SceneViewController? controller,
- VoidCallback? onViewCreated,
- bool planeDetection = true,
Implementation
const ARSceneView({
super.key,
this.controller,
this.onViewCreated,
this.planeDetection = true,
});