barBackgroundColor property

  1. @override
Color barBackgroundColor
override

Background color of the top nav bar and bottom tab bar.

Defaults to a light gray in light mode, or a dark translucent gray color in dark mode.

Implementation

@override
Color get barBackgroundColor => super.barBackgroundColor ?? _defaults.barBackgroundColor;