limitTextColor property

Color get limitTextColor

Implementation

Color get limitTextColor {
  switch (errorState) {
    case TextInputError():
      return wippyRed500;
    case TextInputNoneError():
      return wippyGray600;
  }
}