BottomNavigationItemFlow
Specifies how the icon and text label are positioned in each item of the BottomNavigation (see example).
The possible values are:
vertical
(Default) — Renders the text below the icon.horizontal
— Renders the text and the icon on the same line.
Values
- "vertical"
- "horizontal"