height property

double? height
final

The height of the card as a fraction of screen height.

For example, 0.5 means the card will take up half the screen height. If null, defaults to 1.0 (full screen height).

Implementation

final double? height;