ScrollbarStyle constructor

const ScrollbarStyle({
  1. bool isAlwaysShown = false,
  2. double? thickness,
  3. Radius? radius,
  4. Color? thumbColor,
})

Implementation

const ScrollbarStyle({
  this.isAlwaysShown = false,
  this.thickness,
  this.radius,
  this.thumbColor,
});