sunLightIntensity property

  1. @override
double get sunLightIntensity
override

Scalar intensity for the derived directional light.

Implementation

@override
double get sunLightIntensity =>
    math.max(sunColor.x, math.max(sunColor.y, sunColor.z));