errorStyle method

TextStyle errorStyle()
inherited

Implementation

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