backgroundColor property

Color? backgroundColor
final

The background color of the navigation bar. If it contains transparency, the tab bar will automatically produce a blurring effect to the content behind it.

Defaults to CupertinoTheme's barBackgroundColor if null.

Implementation

final Color? backgroundColor;