backgroundColor property

Color? backgroundColor
getter/setter pair

The color of the background radial animation for material BottomTabBar.

If the navigation bar's type is BottomTabBarType.shifting, then the entire bar is flooded with the backgroundColor when this item is tapped.

Not used for CupertinoTabBar. Control the invariant bar color directly via CupertinoTabBar.backgroundColor.

See also:

Implementation

Color? backgroundColor;