artDownscaleWidth property

int? artDownscaleWidth
final

If not null, causes the artwork specified by MediaItem.artUri to be downscaled to this maximum pixel width. If the resolution of your artwork is particularly high, this can help to conserve memory. If specified, artDownscaleHeight must also be specified.

Implementation

final int? artDownscaleWidth;