backgroundColor property

Color? backgroundColor
final

The value of backgroundColor. If null BottomNavigationBarThemeData.backgroundColor is used. If BottomNavigationBarThemeData.backgroundColor is null, then ThemeData.bottomAppBarColor is used.

Implementation

final Color? backgroundColor;