ScrollbarConfig class

Configuration for scrollbar appearance in dropdown menus.

Constructors

ScrollbarConfig({bool visible = true, ScrollbarThemeData? themeData})
const
ScrollbarConfig.preset({required String preset, Color? color})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
themeData ScrollbarThemeData?
final
visible bool
final

Methods

copyWith({bool? visible, ScrollbarThemeData? themeData}) ScrollbarConfig
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.
inherited