SSpreadsheetHorizontalMetricsChanged typedef

SSpreadsheetHorizontalMetricsChanged = void Function(double offset, double maxScrollExtent, ScrollController controller)

Reports synchronized horizontal scroll metrics.

Implementation

typedef SSpreadsheetHorizontalMetricsChanged = void Function(
  double offset,
  double maxScrollExtent,
  ScrollController controller,
);