debugCurrentRepaintColor top-level property Null safety

HSVColor debugCurrentRepaintColor
read / write

The current color to overlay when repainting a layer.

This is used by painting debug code that implements debugRepaintRainbowEnabled or debugRepaintTextRainbowEnabled.

The value is incremented by RenderView.compositeFrame if either of those flags is enabled.

Implementation

HSVColor debugCurrentRepaintColor = _kDebugDefaultRepaintColor;