LazyLoadScrollView constructor
LazyLoadScrollView({})
Implementation
LazyLoadScrollView({
Key? key,
required this.child,
required this.onEndOfPage,
this.scrollDirection = Axis.vertical,
this.isLoading = false,
this.scrollOffset = 100,
}) : super(key: key);