errorTextStyle constant
Text style for error messages displayed below input fields.
Implementation
static const TextStyle errorTextStyle = TextStyle(
fontSize: 14,
color: Colors.red,
);
Text style for error messages displayed below input fields.
static const TextStyle errorTextStyle = TextStyle(
fontSize: 14,
color: Colors.red,
);