TextFormField( decoration: InputDecoration( errorStyle: TextStyle( color: Colors.red[400], fontWeight: FontWeight.bold, fontSize: 13, ), ), ... )