textErrorColor property

  1. @JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? textErrorColor
inherited

Color of the input in case incorrect data is entered.

Implementation

@JsonKey(toJson: ColorKey.toJson, fromJson: ColorKey.fromJson)
Color? get textErrorColor => throw _privateConstructorUsedError;