reverse property

bool reverse
final

Indicates if the list should be reversed.

If set to true, the list of items, loadingBuilder and errorBuilder will be rendered from bottom to top.

Implementation

final bool reverse;