scrolledUnderElevation property
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.
See also:
- elevation, which will be used if there is no content scrolled under the app bar.
- shadowColor, which is the color of the shadow below the app bar.
- surfaceTintColor, which determines the elevation overlay that will be applied to the background of the app bar.
- shape, which defines the shape of the app bar's Material and its shadow.
Implementation
final double? scrolledUnderElevation;