reverseHorizontalScroll property

bool reverseHorizontalScroll
final

Whether to reverse the horizontal scroll direction.

When true, horizontal scrolling is reversed: scrolling right moves content left, and vice versa. This can be useful for right-to-left layouts or when implementing custom scroll behaviors.

Defaults to false for standard left-to-right scrolling.

Implementation

final bool reverseHorizontalScroll;