assetGridItemBuilder abstract method
The item builder for the assets' grid. 资源列表项的构建
Implementation
Widget assetGridItemBuilder(
BuildContext context,
int index,
List<Asset> currentAssets,
);
The item builder for the assets' grid. 资源列表项的构建
Widget assetGridItemBuilder(
BuildContext context,
int index,
List<Asset> currentAssets,
);