XRButton constructor

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

Implementation

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