SpatialText constructor
SpatialText({})
Implementation
SpatialText({
super.name = 'text',
required super.cameraRig,
required this.text,
this.fontSize = 24,
this.color = const Color(0xFFFFFFFF),
this.fontWeight = FontWeight.w400,
this.textAlign = TextAlign.center,
super.lockY = true,
});