height property
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;
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).
final double? height;