color property

  1. @NullableColorConverter()
Color? color
final

Specifies the receiver's color. Defaults to white. The renderer multiplies the light's color is by the color derived from the light's temperature.

Implementation

@NullableColorConverter()
final Color? color;