errorTextField top-level constant

TextStyle const errorTextField

Implementation

const errorTextField = TextStyle(
  fontSize: 12,
  color: textErrorColor,
  height: 1.28,
  fontWeight: FontWeight.w400,
);