menu
horizontal_data_table package
documentation
scroll/scroll_bar_style.dart
ScrollbarStyle
ScrollbarStyle const constructor
ScrollbarStyle const constructor
dark_mode
light_mode
ScrollbarStyle
constructor
const
ScrollbarStyle
(
{
bool
isAlwaysShown
=
false
,
double
?
thickness
,
Radius
?
radius
,
Color
?
thumbColor
,
})
Implementation
const ScrollbarStyle({ this.isAlwaysShown = false, this.thickness, this.radius, this.thumbColor, });
horizontal_data_table package
documentation
scroll/scroll_bar_style
ScrollbarStyle
ScrollbarStyle const constructor
ScrollbarStyle class