colSpans property

List<int>? colSpans
final

每个 child 占用的列数,默认全部为 1。 合并后的宽度 = 其覆盖列的宽度之和。

Implementation

final List<int>? colSpans;