BuildRowStyle<T> typedef

BuildRowStyle<T> = Widget Function(T data, int index, double rowWidth, List<double> cellWidth)

构建每一行的样式

Implementation

typedef BuildRowStyle<T> = Widget Function(
    T data, int index, double rowWidth, List<double> cellWidth);