menu
uikit_plus package
documentation
table/table_extend.dart
TableExtendCells
colSpans property
colSpans property
dark_mode
light_mode
colSpans
property
List
<
int
>
?
colSpans
final
每个 child 占用的列数,默认全部为 1。 合并后的宽度 = 其覆盖列的宽度之和。
Implementation
final List<int>? colSpans;
uikit_plus package
documentation
table/table_extend
TableExtendCells
colSpans property
TableExtendCells class