ARButton constructor

const ARButton({
  1. Key? key,
  2. required ThreeJS threeJs,
})

Implementation

const ARButton({super.key,required this.threeJs});