VsScrollbarStyle constructor

const VsScrollbarStyle({
  1. Radius radius = _kScrollbarRadius,
  2. double thickness = _kScrollbarThickness,
  3. double hoverThickness = _kScrollbarThicknessWithTrack,
  4. Color? color,
})

Implementation

const VsScrollbarStyle(
    {this.radius = _kScrollbarRadius,
      this.thickness = _kScrollbarThickness,
      this.hoverThickness = _kScrollbarThicknessWithTrack,
      this.color});