flutter_spreadsheet_ui library

Typedefs

FlutterSpreadsheetUICellBuilder = Widget? Function(BuildContext context, String cellId)
FlutterSpreadsheetUIColumnWidthResizeCallback = void Function(int columnIndex, double updatedWidth)
FlutterSpreadsheetUIRowHeightResizeCallback = void Function(int rowIndex, double updatedHeight)