如何使用Flutter绘制此小部件?

huangapple go评论70阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年2月27日 04:35:31
  • 转载请务必保留本文链接:https://go.coder-hub.com/75574863.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定