backgroundColor property Null safety

Color backgroundColor
read / write

The color to use when painting the background of RenderErrorBox objects.

Defaults to red in debug mode, a light gray otherwise.

Implementation

static Color backgroundColor = _initBackgroundColor();