DecoratedScrollView constructor
- Key? key,
- ScrollController? scrollController,
- EdgeInsets? padding,
- required Widget child,
Implementation
const DecoratedScrollView({
super.key,
this.scrollController,
this.padding,
required this.child,
});
const DecoratedScrollView({
super.key,
this.scrollController,
this.padding,
required this.child,
});