shouldRevertGrid property

bool? shouldRevertGrid
final

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

Null means judging by isAppleOS. 使用 Null 即使用 isAppleOS 进行判断。

Implementation

final bool? shouldRevertGrid;