SSpreadsheetHorizontalMetrics constructor
const
SSpreadsheetHorizontalMetrics({
- double offset = 0,
- double maxScrollExtent = 0,
- ScrollController? controller,
Implementation
const SSpreadsheetHorizontalMetrics({
this.offset = 0,
this.maxScrollExtent = 0,
this.controller,
});