VRButton constructor

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

Implementation

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