Light constructor
Light({
- Anchor? anchor,
- int? color,
- StyleTransition? colorTransition,
- double? intensity,
- StyleTransition? intensityTransition,
- List<
double?> ? position, - StyleTransition? positionTransition,
Implementation
Light({
this.anchor,
this.color,
this.colorTransition,
this.intensity,
this.intensityTransition,
this.position,
this.positionTransition,
});