appBarElevation property

double appBarElevation

AppBar.elevation in all descendant AppBar widgets. Defaults to 4.0.

Implementation

double get appBarElevation => appBarTheme.elevation ?? 4.0;