dispose method
override
Called when the scroll view stops performing this activity.
Implementation
@override
void dispose() {
onHoldCanceled?.call();
super.dispose();
}
Called when the scroll view stops performing this activity.
@override
void dispose() {
onHoldCanceled?.call();
super.dispose();
}