ScrollBarsController class abstract

Constructors

ScrollBarsController(ScrollController scrollController)

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
Height of the bar
no setter
heightNotifier ValueNotifier<double>
Notifier of the visible height factor of bar
final
isPinned bool
Returns true if the bar is pinned or false if the bar is not pinned
no setter
pinNotifier ValueNotifier<bool>
Notifier of the pin state changes
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollController ScrollController
Scroll controller
getter/setter pair

Methods

dispose() → void
Discards resources
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPinState(bool state) → void
Set a new pin state
tooglePinState() → void
Toogle the pin state
toString() String
A string representation of this object.
inherited

Operators

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