validationTextStyle top-level property

TextStyle validationTextStyle
getter/setter pair

Implementation

TextStyle validationTextStyle = TextStyle(
  fontSize: bodyTextSize,
  fontWeight: FontWeight.w400,
  height: charHeight,
  color: red,
);