textStyle property Null safety

TextStyle textStyle
read / write

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();