textStyle property

TextStyle textStyle
getter/setter pair

The text style to use when painting RenderErrorBox objects.

Defaults to a yellow monospace font in debug mode, and a dark gray sans-serif font otherwise.

Implementation

static ui.TextStyle textStyle = _initTextStyle();