DirectionalLight constructor
const
DirectionalLight({})
Creates a directional light.
Implementation
const DirectionalLight({
required this.direction,
super.color,
super.intensity = 100000,
super.castShadows,
});
Creates a directional light.
const DirectionalLight({
required this.direction,
super.color,
super.intensity = 100000,
super.castShadows,
});