bottomNavigationBarLandscapeLayout property

BottomNavigationBarLandscapeLayout? bottomNavigationBarLandscapeLayout
final

The arrangement of the bottom navigation bar's items when the enclosing MediaQueryData.orientation is Orientation.landscape.

The following alternatives are supported:

Defaults to null, if this property is null, then the value of the enclosing BottomNavigationBarThemeData.landscapeLayout is used. If that property is also null, then BottomNavigationBarLandscapeLayout.spread is used.

Implementation

final BottomNavigationBarLandscapeLayout? bottomNavigationBarLandscapeLayout;