ScrollbarThemeData constructor
- MaterialStateProperty<bool?> ? thumbVisibility,
- MaterialStateProperty<double?> ? thickness,
- MaterialStateProperty<bool?> ? trackVisibility,
- Radius? radius,
- MaterialStateProperty<Color?> ? thumbColor,
- MaterialStateProperty<Color?> ? trackColor,
- MaterialStateProperty<Color?> ? trackBorderColor,
- double? crossAxisMargin,
- double? mainAxisMargin,
- double? minThumbLength,
- bool? interactive,
Creates a theme that can be used for ThemeData.scrollbarTheme.
Implementation
const ScrollbarThemeData({
  this.thumbVisibility,
  this.thickness,
  this.trackVisibility,
  this.radius,
  this.thumbColor,
  this.trackColor,
  this.trackBorderColor,
  this.crossAxisMargin,
  this.mainAxisMargin,
  this.minThumbLength,
  this.interactive,
});