elevation method

VxCard elevation(
  1. double val
)

The z-coordinate at which to place this card. This controls the size of the shadow below the card.

Defines the card's Material.elevation.

If this property is null then CardTheme.elevation of ThemeData.cardTheme is used. If that's null, the default value is 1.0.

Implementation

VxCard elevation(double val) => this.._elevation = val;