minor improvements

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-01-04 12:53:21 +05:30
parent a2b3f34a0f
commit 380b9373a4
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class LazyLoadScrollView extends StatefulWidget {
final bool isLoading;
/// Initiates a LazyLoadScrollView widget
LazyLoadScrollView({
const LazyLoadScrollView({
Key key,
@required this.child,
this.onStartOfPage,