footerDecoration property

  1. @override
BoxDecoration footerDecoration
final

The footer decoration.

Removing the top border

By default, both FBottomNavigationBar and FScaffold.footer specify a top border. When used together, the top border must be removed from both FBottomNavigationBarStyle.decoration and FScaffoldStyle.footerDecoration for the changes to take effect.

Implementation

@override
final BoxDecoration footerDecoration;