ScrollbarThemeData class

Theme data for Scrollbar.

Annotations

Constructors

ScrollbarThemeData({Color? disabledColor, Color? color, Color? hoverColor, Color? highlightColor, Color? inhoverColor, Color? foreground, Color? trackColor})
Creates a ScrollbarThemeData.
const

Properties

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

Methods

copyWith({Color? disabledColor, Color? color, Color? hoverColor, Color? highlightColor, Color? inhoverColor, Color? foreground, Color? trackColor}) ScrollbarThemeData
Makes a copy of ScrollbarThemeData overwriting selected fields.
merge(ScrollbarThemeData? other) ScrollbarThemeData
Merges the theme data ScrollbarThemeData.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant ScrollbarThemeData other) bool
The equality operator.
override