reverse property

bool reverse
final

Manages the case where the order of children is reversed.

If the children list is in reverse order, set this flag to true to ensure the widget behaves as expected. Failing to update this flag when the order is reversed will result in incorrect behavior.

Default value: false

Implementation

final bool reverse;