Skip to content

Commit

Permalink
Fix bug, removed "late" keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimibe committed Aug 1, 2021
1 parent 879c402 commit 7c7d595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sticky_grouped_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class _StickyGroupedListViewState<T, E>
///
/// 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.
Expand Down

0 comments on commit 7c7d595

Please sign in to comment.