ScrollbarTheme class

Theme configuration for Scrollbar.

Constructors

ScrollbarTheme.new({Color? color, double? thickness, Radius? radius})
Creates a ScrollbarTheme.
const

Properties

color Color?
Color of the scrollbar thumb.
final
hashCode int
The hash code for this object.
no setteroverride
radius Radius?
Radius of the scrollbar thumb.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thickness double?
Thickness of the scrollbar thumb.
final

Methods

copyWith({ValueGetter<Color?>? color, ValueGetter<double?>? thickness, ValueGetter<Radius?>? radius}) ScrollbarTheme
Creates a copy of this theme with the given values replaced.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override