getScrollbarDirection method

  1. @protected
Axis? getScrollbarDirection()

Returns the Axis of the child scroll view, or null if the we haven't seen a ScrollMetrics notification yet.

Implementation

@protected
Axis? getScrollbarDirection() => _axis;