inputFieldErrorLabel property

TextStyle inputFieldErrorLabel
getter/setter pair

InputField - Error Label (Bottom)

Implementation

static TextStyle inputFieldErrorLabel = _defaultFieldLabel.copyWith(
  color: BASFColors.red,
);