TextField( decoration: InputDecoration( labelText: 'Email', labelStyle: TextStyle( color: Colors.deepPurpleAccent, //<-- SEE HERE ), ), ), )