NiceScrollView constructor
- Key? key,
- required Widget child,
- bool showScrollToTop = true,
- double scrollToTopThreshold = 300,
- EdgeInsets? padding,
Implementation
const NiceScrollView({
super.key,
required this.child,
this.showScrollToTop = true,
this.scrollToTopThreshold = 300,
this.padding,
});