VRRing constructor
VRRing({})
Implementation
VRRing({
required super.position,
this.ringRadius = 20,
this.color = const Color(0xFF58A6FF),
this.strokeWidth = 1.5,
super.visible,
});
VRRing({
required super.position,
this.ringRadius = 20,
this.color = const Color(0xFF58A6FF),
this.strokeWidth = 1.5,
super.visible,
});