elevation property

double? elevation
final

The elevation (shadow depth) of the widget.

A higher value increases the shadow's prominence. Defaults vary based on the factory constructor used.

Implementation

final double? elevation;