WCustomScrollBar constructor
const
WCustomScrollBar({
- Key? key,
- ScrollController? scrollController,
- Widget? child,
- Color? color,
Implementation
const WCustomScrollBar({
super.key,
this.scrollController,
this.child,
this.color,
});