debugIsVibrancePainted property

bool debugIsVibrancePainted
getter/setter pair

Whether or not the area beneath this surface should be saturated with a ColorFilter.

The appearance of the ColorFilter is determined by the Brightness value obtained from the ambient CupertinoTheme.

The vibrance is always painted if asserts are disabled.

Defaults to true.

Implementation

static bool debugIsVibrancePainted = true;