ScrollbarThemeData constructor
- WidgetStateProperty<
bool?> ? thumbVisibility, - WidgetStateProperty<
double?> ? thickness, - WidgetStateProperty<
bool?> ? trackVisibility, - Radius? radius,
- WidgetStateProperty<
Color?> ? thumbColor, - WidgetStateProperty<
Color?> ? trackColor, - WidgetStateProperty<
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,
});