I am creating a Flutter app. i made the design like this.
My TextFormField form field for email and password heights are small. I want it to be the same size of the bu
just add a Container. Adjust the height of the Container as per Your requirement and make textformfield the child of the container.