Skip to content

Brightness

Use brightness utilities to control the brightness of an element. Values below 100 darken the element, and values above 100 brighten it.

Use utilities like brightness-50 and brightness-200 to control the brightness of an element:

Style('brightness-50 ...', child: Image.network('/img/mountains.jpg'))
Style('brightness-100 ...', child: Image.network('/img/mountains.jpg'))
Style('brightness-125 ...', child: Image.network('/img/mountains.jpg'))
Style('brightness-200 ...', child: Image.network('/img/mountains.jpg'))
ClassDescription
brightness-0Set brightness to 0
brightness-50Set brightness to 0.5
brightness-75Set brightness to 0.75
brightness-90Set brightness to 0.9
brightness-95Set brightness to 0.95
brightness-100Set brightness to 1
brightness-105Set brightness to 1.05
brightness-110Set brightness to 1.1
brightness-125Set brightness to 1.25
brightness-150Set brightness to 1.5
brightness-200Set brightness to 2