maxHeight property

int? maxHeight
final

If this value is not null and ImageCacheManager is used, the image will be resized on disk to fit the height. This value will be ignored if a normal cacheManager is used.

Implementation

final int? maxHeight;