请帮助我无法构建相同的这个小部件,我无法使用颤振代码在列表视图中构建容器
Posted
技术标签:
【中文标题】请帮助我无法构建相同的这个小部件,我无法使用颤振代码在列表视图中构建容器【英文标题】:please help i cant build same this widget , I can't build containers inside listview with flutter code 【发布时间】:2022-01-22 13:08:13 【问题描述】:请帮助我无法构建相同的这个小部件,我无法使用颤振代码在 listview 中构建容器
【问题讨论】:
代码在哪里? ***.com/questions/55094697/… thanx bro 这解决了我的问题 【参考方案1】:为 ListView 中的每个 Container(height : /* fixed height value */)
指定高度。
使用Transform.translate(child : Container(height : /* fixed height value */))
获取image 中提到的设计。
【讨论】:
以上是关于请帮助我无法构建相同的这个小部件,我无法使用颤振代码在列表视图中构建容器的主要内容,如果未能解决你的问题,请参考以下文章