elevation property

double? get elevation

Overrides the default value for BottomAppBar.elevation.

This property is obsolete and will be deprecated in a future release: please use the BottomAppBarThemeData.elevation property in data instead.

Implementation

double? get elevation => _data != null ? _data.elevation : _elevation;