color property
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;
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.
final Color? color;