reverse property

bool reverse
final

Whether to reverse the order of columns in each row.

When true, items are arranged in reverse order within their rows. This can be useful for RTL layouts or specific design requirements.

Implementation

final bool reverse;