ScrollbarThemeData class

Annotations

Constructors

ScrollbarThemeData({HSLColor? disabledColor, HSLColor? color, HSLColor? foreground, HSLColor? hoverColor, HSLColor? highlightColor, HSLColor? inhoverColor})
const

Properties

color HSLColor?
final
disabledColor HSLColor?
final
foreground HSLColor?
final
hashCode int
The hash code for this object.
no setteroverride
highlightColor HSLColor?
final
hoverColor HSLColor?
final
inhoverColor HSLColor?
final
isConcrete bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({HSLColor? disabledColor, HSLColor? color, HSLColor? foreground, HSLColor? hoverColor, HSLColor? highlightColor, HSLColor? inhoverColor}) ScrollbarThemeData
merge(ScrollbarThemeData? other) ScrollbarThemeData
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