OnBrightnessVariant constructor

const OnBrightnessVariant(
  1. Brightness brightness
)

Creates a new OnBrightnessVariant with the given brightness.

The key is set to a ValueKey based on the brightness.

Implementation

const OnBrightnessVariant(this.brightness);