ScrollbarTheme constructor

const ScrollbarTheme({
  1. Color? color,
  2. double? thickness,
  3. Radius? radius,
})

Creates a ScrollbarTheme.

Implementation

const ScrollbarTheme({
  this.color,
  this.thickness,
  this.radius,
});