inputFieldErrorLabel property

TextStyle inputFieldErrorLabel
final

InputField - Error Label (Bottom)

Implementation

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