height property Null safety
final
If non-null, require the image to have this height.
If null, the image will pick a size that best preserves its intrinsic aspect ratio.
Implementation
final double? height;
If non-null, require the image to have this height.
If null, the image will pick a size that best preserves its intrinsic aspect ratio.
final double? height;