英文:
How can draw this widget with use flutter?
问题
I have just started to learn flutter and I am stucked. I have a column but I couldn't divide with auto responsive design. enter image description here How can I draw this component with Flutter. Thanks for help.
Use Expanded with column and I gave a specific flex point but it didn't work.
英文:
I have just started to learn flutter and ı am stucked . I have column but ı couldnt divide with autlo responsive desing.enter image description here How can ı draw this component with Flutter.
Thanks for help..
Use Expanded with column and ı gave spesifix flex point but it didnt work
答案1
得分: 0
你可能需要使用Column的mainAxisAlignment和crossAxisAlignment参数,并尝试为包裹Container或SizedBox小部件的Column指定特定的高度。
英文:
I suppose you need mainAxisAlignment and crossAxisAlignment parameters of Column and try to give specific height for Column wrapping Container or SizedBox widget.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论