PaginationScrollUpdateObserver constructor

const PaginationScrollUpdateObserver({
  1. Key? key,
  2. required PaginationDataController controller,
  3. required Widget child,
})

Implementation

const PaginationScrollUpdateObserver({
  Key? key,
  required this.controller,
  required this.child,
}) : super(key: key);