ScrollBarOptions class

Constructors

ScrollBarOptions({bool scrollable = false, bool visible = true, bool showDeactivated = true, EdgeInsets padding = const EdgeInsets.symmetric(vertical: 5, horizontal: 0), EdgeInsets margin = const EdgeInsets.only(right: 5, left: 5), double width = 25, double? heightFactor, Color? background, ScrollBarAlignment alignment = ScrollBarAlignment.start, BorderRadiusGeometry? borderRadius, bool jumpToSymbolsWithNoEntries = false, SymbolStateBuilder? symbolBuilder, SymbolStateBuilder? specialSymbolBuilder})
const

Properties

alignment ScrollBarAlignment
Placement of the children in the scrollbar.
final
background Color?
Optional background color for the scrollbar.
final
borderRadius BorderRadiusGeometry?
Border of the scrollbar
final
hashCode int
The hash code for this object.
no setterinherited
heightFactor double?
Symbol heightFactor.
final
jumpToSymbolsWithNoEntries bool
Enables jumping to the position even if there are no entries present.
final
margin EdgeInsets
final
padding EdgeInsets
Padding of the scrollbar.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollable bool
Enable scroll;
final
showDeactivated bool
Show the deactivated symbols;
final
specialSymbolBuilder → SymbolStateBuilder?
Builder function for scrollbar special symbol.
final
symbolBuilder → SymbolStateBuilder?
Builder function for scrollbar symbols.
final
visible bool
Visibility of the scrollbar.
final
width double
The width of the scrollbar.
final

Methods

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