ScrollbarThemeData constructor

const ScrollbarThemeData({
  1. Color? disabledColor,
  2. Color? color,
  3. Color? hoverColor,
  4. Color? highlightColor,
  5. Color? inhoverColor,
  6. Color? foreground,
  7. Color? trackColor,
})

Creates a ScrollbarThemeData.

Implementation

const ScrollbarThemeData({
  this.disabledColor,
  this.color,
  this.hoverColor,
  this.highlightColor,
  this.inhoverColor,
  this.foreground,
  this.trackColor,
});