AmbientLightSettings constructor
const
AmbientLightSettings({})
Implementation
const AmbientLightSettings({
required this.colors,
required this.intensity,
required this.spread,
required this.blur,
required this.isPulsing,
required this.pulseScale,
required this.duration,
});