WCustomScrollBar constructor

const WCustomScrollBar({
  1. Key? key,
  2. ScrollController? scrollController,
  3. Widget? child,
  4. Color? color,
})

Implementation

const WCustomScrollBar({
  super.key,
  this.scrollController,
  this.child,
  this.color,
});