textError function

TextStyle textError()

Implementation

TextStyle textError() {
  return const TextStyle(
    fontSize: 12,
    fontWeight: FontWeight.w400,
    color: Colors.red,
    fontFamily: Strings.fontFamily,
  );
}