bottomNavigation property

SlotLayout? bottomNavigation
final

The slot placed on the bottom part of the app window.

If the content is a flexibly sized Widget like Container, wrap the content in a SizedBox or limit its size (width and height) by another method. See the builder in AdaptiveScaffold.standardNavigationRail for an example.

Implementation

final SlotLayout? bottomNavigation;