landscapeLayout property

BottomNavigationBarLandscapeLayout? landscapeLayout
final

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

The following alternatives are supported:

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.

This property is null by default.

See also:

Implementation

final BottomNavigationBarLandscapeLayout? landscapeLayout;