setWidgetScrollPhysics method
Implementation
void setWidgetScrollPhysics({required ScrollPhysics scrollPhysics}) {
scrollEnableTimer.cancel();
scrollSetDisableTimer.cancel();
widgetScrollPhysics = scrollPhysics;
currentScrollPhysics = scrollPhysics;
notifyListeners();
}