PointLight constructor
const
PointLight({})
Creates a point light.
Implementation
const PointLight({
required this.position,
super.color,
super.intensity = 1000,
this.falloffRadius = 10,
super.castShadows,
}) : assert(falloffRadius > 0);