maxHeight property

double? maxHeight
final

The maximum height of the image, in pixels.

If null, the image will only be resized if maxWidth is specified.

Implementation

final double? maxHeight;