errorStyle method

TextStyle errorStyle()

Implementation

TextStyle errorStyle() {
  return TextStyle(color: colorOnError);
}