preloadImageResize property Null safety

String? preloadImageResize
read / write

Pre-loaded images based on the length and width of a scale-down thumbnail, optional. For example, an thumbnail with width 100 and height 50 can be specified with 100x50. The letter lowercase x is used in the middle.

Implementation

String? preloadImageResize;