areaColor property

Color get areaColor

Implementation

Color get areaColor {
  if (errorState is TextInputError) {
    return wippyPink200;
  }
  return wippyGray100;
}