errorTextStyle constant

TextStyle const errorTextStyle

Text style for error messages displayed below input fields.

Implementation

static const TextStyle errorTextStyle = TextStyle(
  fontSize: 14,
  color: Colors.red,
);