elevation property

double? elevation
final

The z-coordinate at which to place this card relative to its parent.

This controls the size of the shadow below the card. If null, defaults to 0 (no elevation).

Implementation

final double? elevation;