Content Types
The BottomNavigation component allows you to specify icons and text labels for the rendered buttons. You can also choose between horizontal or vertical item flow, which determines if the icon and the text are on the same line or one below the other.
Item Content
To configure the content of the BottomNavigation items, use the following properties in its items
collection:
Item Flow
To configure the flow of the BottomNavigation items, use the itemFlow property.
The possible values are:
vertical
(Default) — Renders the text below the icon.horizontal
— Renders the text and the icon on the same line.