width property

double width
final

预定父盒子的宽度,默认无限,当处于滚动容器中,你必须预先设置它, 通常情况下,每个子元素应该设置预期的最大宽度,然后根据子元素数量 * 最大宽度

Implementation

final double width;