VRScene constructor
VRScene({
- Color backgroundColor = const Color(0xFF0A0A1A),
- LinearGradient? backgroundGradient,
Implementation
VRScene({
this.backgroundColor = const Color(0xFF0A0A1A),
this.backgroundGradient,
});