scrolledUnderElevation property

double? scrolledUnderElevation
final

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

If this property is null, then the ambient AppBarThemeData.scrolledUnderElevation is used. If that is also null then elevation is used.

The value must be non-negative.

This property is used to configure an AppBar.

Implementation

final double? scrolledUnderElevation;