PipenScrollView constructor
PipenScrollView({})
Implementation
PipenScrollView({
super.key,
this.child,
this.spacing,
this.children,
this.scrollDirection,
this.bottomSafeArea = false,
this.padding = EdgeInsets.zero,
}) {
assert(children != null || child != null);
}