reversed property

bool reversed
final

Whether the list should be laid out and scrolled in reverse order. When true, new items are added at the bottom and the list grows upwards.

Implementation

final bool reversed;