skip to Main Content

Icons.remove_red_eye Hide Show – Flutter

I would like it to show and hide when eyes are clicked TextFormField( keyboardType: TextInputType.visiblePassword, obscureText: true, decoration: const InputDecoration( labelText: "Entrez votre mot de passe", border: OutlineInputBorder(), prefixIcon: Icon(Icons.lock), suffixIcon: Icon(Icons.remove_red_eye), ), ) I would like it to show…

VIEW QUESTION
Back To Top
Search