setScrolledPostionDuration method
Internally
used to set scrolled position
to duration.
Implementation
void setScrolledPostionDuration(int duration) {
_currentScrolledDuration.value = duration;
}
Internally
used to set scrolled position
to duration.
void setScrolledPostionDuration(int duration) {
_currentScrolledDuration.value = duration;
}