VRScene constructor

VRScene({
  1. Color backgroundColor = const Color(0xFF0A0A1A),
  2. LinearGradient? backgroundGradient,
})

Implementation

VRScene({
  this.backgroundColor = const Color(0xFF0A0A1A),
  this.backgroundGradient,
});