appBarElevation property

double? appBarElevation
final

The themed elevation for the AppBar.

If not defined, defaults to 0 in M2 (FCS opinionated) and to 0 in (M3 spec default).

The FCS 0dp elevation in M2 is an iOS style influenced opinionated choice, it can easily be adjusted for the theme with this property.

Implementation

final double? appBarElevation;