colorBehindNavBar property

Color colorBehindNavBar
final

Color for the container which holds the bottom NavBar.

When you increase the navBarCurveRadius, the bottomScreenPadding will automatically adjust to avoid layout issues. But if you want a fixed bottomScreenPadding, then you might want to set the color of your choice to avoid black edges at the corners of the NavBar.

Implementation

final Color colorBehindNavBar;