appBarScrolledUnderElevation property

double? appBarScrolledUnderElevation
final

The elevation that will be used if this app bar has something scrolled underneath it.

Overrides the default value of AppBar.scrolledUnderElevation in all descendant AppBar widgets.

If not defined, defaults to 3.

Implementation

final double? appBarScrolledUnderElevation;