SSpreadsheetHorizontalMetrics constructor

const SSpreadsheetHorizontalMetrics({
  1. double offset = 0,
  2. double maxScrollExtent = 0,
  3. ScrollController? controller,
})

Implementation

const SSpreadsheetHorizontalMetrics({
  this.offset = 0,
  this.maxScrollExtent = 0,
  this.controller,
});