shouldRevertGrid property

bool? shouldRevertGrid
final

Whether the assets grid should revert. 判断资源网格是否需要倒序排列

Null means judging by Apple OS. 使用 Null 即使用是否为 Apple 系统进行判断。

Implementation

final bool? shouldRevertGrid;