SSpreadsheetCellBuilder typedef

SSpreadsheetCellBuilder = Widget Function(BuildContext context, int rowIndex, int columnIndex)

Builds a body cell for rowIndex and columnIndex.

Implementation

typedef SSpreadsheetCellBuilder = Widget Function(
    BuildContext context, int rowIndex, int columnIndex);