menu
arcane package
documentation
generated/arcane_shadcn/src/components/control/scrollbar.dart
ScrollbarTheme
ScrollbarTheme.new const constructor
ScrollbarTheme.new const constructor
dark_mode
light_mode
ScrollbarTheme
constructor
const
ScrollbarTheme
(
{
Color
?
color
,
double
?
thickness
,
Radius
?
radius
,
})
Creates a
ScrollbarTheme
.
Implementation
const ScrollbarTheme({ this.color, this.thickness, this.radius, });
arcane package
documentation
generated/arcane_shadcn/src/components/control/scrollbar
ScrollbarTheme
ScrollbarTheme.new const constructor
ScrollbarTheme class