BuildCell typedef

BuildCell = Widget Function(CellItem cellItem, int index, double? weight)

CellItem 每个元素的信息 外部构建每个表格的样式信息

Implementation

typedef BuildCell = Widget Function(
    CellItem cellItem, int index, double? weight);