color property Null safety
final
The bottom app bar's background color.
If this property is null then BottomAppBarTheme.color of ThemeData.bottomAppBarTheme is used. If that's null then ThemeData.bottomAppBarColor is used.
Implementation
final Color? color;