ScrollbarInfo class

Constructors

ScrollbarInfo({required bool isScrolling, required bool isDragging, required AxisDirection scrollDirection, required double thumbMainAxisSize, required double thumbMainAxisOffset})

Properties

hashCode int
The hash code for this object.
no setterinherited
isDragging bool
Changes when the user starts/strops to drag the scroll thumb. The isScrolling is not affected by it
final
isScrolling bool
Changes when the user starts/strops the scroll body scrolling. The isDragging is not affected by it
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollDirection AxisDirection
Has the scroll body scroll direction in it (up/down/left/right)
final
thumbMainAxisOffset double
Contains the offset in pixels of the scroll thumb from the starting position
final
thumbMainAxisSize double
Contains the calculated depending on the scroll body size thumb length
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