reverseVerticalScroll property

bool reverseVerticalScroll
final

Whether to reverse the vertical scroll direction.

When true, vertical scrolling is reversed: scrolling down moves content up, and vice versa. This can be useful for implementing custom scroll behaviors or inverted lists.

Defaults to false for standard top-to-bottom scrolling.

Implementation

final bool reverseVerticalScroll;