errorStyle constant

TextStyle const errorStyle

used when invalid HTML is parsed

Implementation

static const TextStyle errorStyle = TextStyle(
  color: Colors.red,
  fontWeight: FontWeight.bold,
);