reverse property
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;
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.
final bool reverse;