Synchronizing ListWheelScrollView in Flutter
When I scroll through one List Wheel Scroll View, the other list either lags or does not scroll smoothly. https://pub.dev/packages/linked_scroll_controller allows to sync lists but does not support FixedExtendScrollPhysics. Output : - https://pub.dev/packages/linked_scroll_controller works perfectly if we are using ScrollPhysics…