pub fn check_trigger(
trigger_threshold_px: u32,
top_gap_px: u32,
bottom_gap_px: u32,
scrolling_up: bool,
at_earliest: bool,
at_latest: bool,
) -> TriggerCheckExpand description
Check if pagination should trigger based on scroll position