canScrollLeft method

bool canScrollLeft({
  1. double threshold = 100,
})

Implementation

bool canScrollLeft({double threshold = 100}) => offset > threshold;