elevation property

double? elevation
final

The z-coordinate of this CustomBottomIndicatorBar. If null BottomNavigationBarThemeData.elevation is used. If BottomNavigationBarThemeData.elevation is null, defaults to 8.0.

Implementation

final double? elevation;