GridScrollController class

Constructors

GridScrollController({ScrollController? horizontal, ScrollController? vertical, Duration scrollDebounce = const Duration(milliseconds: 16)})

Properties

hashCode int
The hash code for this object.
no setterinherited
horizontalController ScrollController
final
horizontalMetrics$ Stream<ScrollMetrics?>
no setter
horizontalOffset double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollDebounce Duration
final
scrollEvent$ Stream<ScrollEvent>
no setter
verticalController ScrollController
final
verticalMetrics$ Stream<ScrollMetrics?>
no setter
verticalOffset double
no setter

Methods

dispose() → void
jumpToColumn(int columnIndex, {required List<double> columnWidths}) → void
jumpToRow(int rowIndex, {required double rowHeight}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scrollToColumn(int columnIndex, {required List<double> columnWidths, Duration duration = const Duration(milliseconds: 300), Curve curve = Curves.easeInOut}) Future<void>
scrollToRow(int rowIndex, {required double rowHeight, Duration duration = const Duration(milliseconds: 300), Curve curve = Curves.easeInOut}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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