diff --git a/lib/sticky_grouped_list.dart b/lib/sticky_grouped_list.dart index efd145b..dcbdf3f 100644 --- a/lib/sticky_grouped_list.dart +++ b/lib/sticky_grouped_list.dart @@ -334,7 +334,7 @@ class _StickyGroupedListViewState /// /// See [ItemScrollController]. class GroupedItemScrollController extends ItemScrollController { - late _StickyGroupedListViewState? _stickyGroupedListViewState; + _StickyGroupedListViewState? _stickyGroupedListViewState; /// Jumps to the element at [index]. The element will be placed under the /// group header.