validationTextStyle top-level property
Implementation
TextStyle validationTextStyle = TextStyle(
fontSize: bodyTextSize,
fontWeight: FontWeight.w400,
height: charHeight,
color: red,
);
TextStyle validationTextStyle = TextStyle(
fontSize: bodyTextSize,
fontWeight: FontWeight.w400,
height: charHeight,
color: red,
);