MacosScrollbarThemeData constructor

const MacosScrollbarThemeData({
  1. double? thickness,
  2. double? thicknessWhileHovering,
  3. bool? thumbVisibility,
  4. Radius? radius,
  5. Color? thumbColor,
})

Creates a theme that can be used for MacosThemeData.scrollbarTheme.

Implementation

const MacosScrollbarThemeData({
  this.thickness,
  this.thicknessWhileHovering,
  this.thumbVisibility,
  this.radius,
  this.thumbColor,
});