menu
s_packages package
documentation
s_spreadsheet/src/s_spreadsheet.dart
SSpreadsheetHorizontalMetrics
canScrollRight method
canScrollRight method
dark_mode
light_mode
canScrollRight
method
bool
canScrollRight
(
{
double
threshold
=
100
,
})
Implementation
bool canScrollRight({double threshold = 100}) => offset < (maxScrollExtent - threshold);
s_packages package
documentation
s_spreadsheet/src/s_spreadsheet
SSpreadsheetHorizontalMetrics
canScrollRight method
SSpreadsheetHorizontalMetrics class