kErrorTextStyle top-level constant

TextStyle const kErrorTextStyle

Implementation

const TextStyle kErrorTextStyle = TextStyle(
  fontSize: kCaptionTextSize,
  color: Colors.red,
);