OnCellDecoration typedef

OnCellDecoration = BoxDecoration Function(int index, dynamic data, int rowNum)

Implementation

typedef OnCellDecoration =
    BoxDecoration Function(int index, dynamic data, int rowNum);