Home > Net >  Not able to change the visibility icon to visibility_off icon or vice versa in flutter
Not able to change the visibility icon to visibility_off icon or vice versa in flutter

Time:09-02

Summary

I was building an app in flutter where I was trying to keep 3 functions linked to one build function, so I have a navigation bar to navigate between these 3 functions (containing the layout).

Issue

While developing the 3rd layout which is basically a form, where I am unable to change the icon wrapped with GestureDetector(Function:- to toggle the visibility of password, hence changing the icon

  • Related