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