kErrorStyle top-level constant

TextStyle const kErrorStyle

Implementation

const kErrorStyle = TextStyle(
    fontFamily: _fontName,
    color: kErrorColor,
    fontSize: 12,
    fontWeight: FontWeight.w400);