FlutterSpreadsheetUIColumnWidthResizeCallback typedef

FlutterSpreadsheetUIColumnWidthResizeCallback = void Function(int columnIndex, double updatedWidth)

Implementation

typedef FlutterSpreadsheetUIColumnWidthResizeCallback = void Function(
  int columnIndex,
  double updatedWidth,
);