forceScrollTop method
Sets scrollTop and forces the change on the scroller div.
Implementation
void forceScrollTop(int? scrollTop) {
_scrollTop = scrollTop;
scroller?.forceScroll(scrollTop);
}
Sets scrollTop and forces the change on the scroller div.
void forceScrollTop(int? scrollTop) {
_scrollTop = scrollTop;
scroller?.forceScroll(scrollTop);
}