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