Flutter – How to update value of textfield
I am creating flutter application. Also I am using GetX for state management. I created custom textfield to meet my expectations. Here I created two textfields next to each other and want to update their value when picture is pressed.…