cardElevation property

double? cardElevation
final

Elevation of Card.

This design favors a flat design using color branded tint on card background, and defaults to kCardElevation = 0 as default themed elevation on Card widgets.

If not defined, defaults to kCardElevation = 0dp.

Implementation

final double? cardElevation;