reverse property

bool reverse
final

Whether the scroll view scrolls in the reverse direction.

If set to true, the content is ordered from bottom to top, and the loading indicator appears at the top. This is similar to ListView.reverse.

Defaults to false.

Implementation

final bool reverse;