elevation property

double? elevation
final

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

This property controls the size of the shadow below the app bar if shadowColor is not null.

Implementation

final double? elevation;