backgroundColor property
final
The background color of the tab bar. If it contains transparency, the tab bar will automatically produce a blurring effect to the content behind it.
Defaults to CupertinoTheme's barBackgroundColor
when null.
Implementation
final Color? backgroundColor;