From 7c7d5952268689abe15925fe88de65eab923b4f5 Mon Sep 17 00:00:00 2001 From: Dimitrios Begnis Date: Sun, 1 Aug 2021 12:44:22 +0200 Subject: [PATCH] Fix bug, removed "late" keyword --- lib/sticky_grouped_list.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.