MScrollbarStyle constructor

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

Implementation

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