displayAssets property

Map<String, double> displayAssets
final

Map for all giphy assets

Using Map in order to store how the assets should be displayed in the staggered grid view

Implementation

final Map<String, double> displayAssets;