remove extra newline

This commit is contained in:
Neevash Ramdial
2021-01-29 21:24:14 -04:00
parent f7d1e480c7
commit eb070cb973
@@ -45,7 +45,6 @@ class LazyLoadScrollView extends StatefulWidget {
/// Used to determine if loading of new data has finished. You should use set this if you aren't using a [FutureBuilder] or [StreamBuilder].
final bool isLoading;
@override
State<StatefulWidget> createState() => _LazyLoadScrollViewState();
}