elevation property

double? elevation
final

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

This controls the size of the shadow below the app bar.

The value is non-negative.

If this property is null, then ThemeData.appBarTheme.elevation is used, if that is also null, the default value is 4, the appropriate elevation for app bars.

Implementation

final double? elevation;