height property
Overrides the default value for BottomAppBar.height.
This property is obsolete and will be deprecated in a future release: please use the BottomAppBarThemeData.height property in data instead.
Implementation
double? get height => _data != null ? _data.height : _height;