parentScrollableAxis property

Axis? parentScrollableAxis
final

If there is an ancestor scrollview, in order to resolve the gesture conflict between ScaleView and the ancestor scrollview , parentScrollableAxis must be same as the scroll direction of the ancestor scrollview.

If there is not an ancestor scrollview, it should be null.

Implementation

final Axis? parentScrollableAxis;