errorStyle property

TextStyle? errorStyle
final

The style to use for the errorText.

If null, defaults of a value derived from the base TextStyle for the input field and the current Theme.

Implementation

final TextStyle? errorStyle;