assetGridItemCount method
Items and placeholders current displayed in the grid
Implementation
int assetGridItemCount(List<AssetEntity> assets, {int placeholderCount = 0}){
return assets.length + placeholderCount;
}
Items and placeholders current displayed in the grid
int assetGridItemCount(List<AssetEntity> assets, {int placeholderCount = 0}){
return assets.length + placeholderCount;
}