Skip to content

Commit

Permalink
Update lib/src/lazy_load_scrollview.dart
Browse files Browse the repository at this point in the history
receives typo

Co-authored-by: Quirijn Groot Bluemink <837393+QuirijnGB@users.noreply.github.com>
  • Loading branch information
stargazing-dino and QuirijnGB committed Jul 30, 2021
1 parent e80509f commit 3700914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/lazy_load_scrollview.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';

// TODO: How does this know it's reached the end of the list?
/// A function signature for a builder that recieves loading widgets to be
/// A function signature for a builder that receives loading widgets to be
/// inserted into a ListView when further data is being fetched.
typedef LazyLoadBuilder = Widget Function(
BuildContext context,
Expand Down

0 comments on commit 3700914

Please sign in to comment.