remove extra newline
This commit is contained in:
@@ -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].
|
/// 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;
|
final bool isLoading;
|
||||||
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
State<StatefulWidget> createState() => _LazyLoadScrollViewState();
|
State<StatefulWidget> createState() => _LazyLoadScrollViewState();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user