errorTextStyle property

TextStyle errorTextStyle
getter/setter pair

Implementation

static  TextStyle  errorTextStyle = TextStyle(
      fontSize: 12,
      overflow: TextOverflow.ellipsis,
      fontWeight: FontWeight.w400,
      letterSpacing: 0,
      fontFamily: inter,
  color: Colors.black,

);