callTask abstract method
Automatically trigger task.
overOffset
Offset beyond the trigger offset, must be greater than 0.
duration
See ScrollPosition.animateTo.
curve
See ScrollPosition.animateTo.
Implementation
void callTask({
required double overOffset,
Duration? duration,
Curve curve = Curves.linear,
});