Flutter increase height of TextFormField

前端 未结 6 1155
情书的邮戳
情书的邮戳 2021-02-19 02:48

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

6条回答
  •  孤城傲影
    2021-02-19 03:34

    just add a Container. Adjust the height of the Container as per Your requirement and make textformfield the child of the container.

提交回复
热议问题