【发布时间】:2022-01-22 13:08:13
【问题描述】:
【问题讨论】:
-
代码在哪里?
-
thanx bro 这解决了我的问题
标签: flutter dart listview flutter-layout
【问题讨论】:
标签: flutter dart listview flutter-layout
为 ListView 中的每个 Container(height : /* fixed height value */) 指定高度。
使用Transform.translate(child : Container(height : /* fixed height value */)) 获取image 中提到的设计。
【讨论】: