Answers for "text input validation message color flutter"

1

text input validation message color flutter

TextFormField(
  decoration: InputDecoration(
     errorStyle: TextStyle(
      color: Colors.red[400],
      fontWeight: FontWeight.bold,
      fontSize: 13,
    ),
  ),
  ...
)
Posted by: Guest on November-06-2020

Code answers related to "text input validation message color flutter"

Code answers related to "Dart"

Browse Popular Code Answers by Language