height property

int? height
final

The height into which to load the image.

If this is non-null, the image will be decoded into the specified height. If this is null and width is also null, the image will be decoded into its intrinsic size. If this is null and width is non-null, the image will be decoded into a height that maintains its intrinsic aspect ratio while respecting the width value.

If this value is non-null, it must be positive.

Implementation

final int? height;