backgroundColor property
If TabBarIOSStyle.normal this will used as borderColor, if null CupertinoTheme.primaryColor will used.
if TabBarIOSStyle.sliding The color used to paint the rounded rect behind the children and the separators.
The default value is CupertinoColors.tertiarySystemFill. The background
will not be painted if null is specified.
Implementation
final Color? backgroundColor;