textStyle property

TextStyle textStyle
read / write

The text style to use when painting RenderErrorBox objects.

Implementation

static ui.TextStyle textStyle = ui.TextStyle(
  color: const Color(0xFFFFFF66),
  fontFamily: 'monospace',
  fontSize: 14.0,
  fontWeight: FontWeight.bold
)