OnScroll constructor

OnScroll({
  1. required OnScrollDirection direction,
})

Implementation

OnScroll({
  required this.direction,
});