height property

double? height
final

The height of the card.

If null, defaults to 200 logical pixels when showing an image or placeholder. When using a custom child, its height will be used if this is null.

Implementation

final double? height;