AmbientLight constructor
- {required String id,
- int? color,
- TransitionOptions? colorTransition,
- double? intensity,
- TransitionOptions? intensityTransition}
Implementation
AmbientLight({
required this.id,
this.color,
this.colorTransition,
this.intensity,
this.intensityTransition,
});