maxWidth property

double? maxWidth
final

The maximum width of the image, in pixels.

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

Implementation

final double? maxWidth;