PaginationScrollUpdateObserver constructor
const
PaginationScrollUpdateObserver({
- Key? key,
- required PaginationDataController controller,
- required Widget child,
Implementation
const PaginationScrollUpdateObserver({
Key? key,
required this.controller,
required this.child,
}) : super(key: key);