We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c5430 commit 4fba373Copy full SHA for 4fba373
lib/src/week_view/week_view.dart
@@ -462,6 +462,11 @@ class WeekViewState<T extends Object?> extends State<WeekView<T>> {
462
463
// Update builders and callbacks
464
_assignBuilders();
465
+
466
+ if(widget.scrollOffset != oldWidget.scrollOffset) {
467
+ _lastScrollOffset = widget.scrollOffset;
468
+ _scrollController.jumpTo(widget.scrollOffset);
469
+ }
470
}
471
472
@override
0 commit comments