Component - Bottom navigation bar
A Bottom Navigation Bar is a horizontal bar at the bottom of the screen that lets users switch between main sections of an app quickly. It usually shows icons and labels for each section.
A Bottom Navigation Bar is a horizontal bar at the bottom of the screen that lets users switch between main sections of an app quickly. It usually shows icons and labels for each section.
Scaffold
├── AppBar
├── body: Center
│ └── Text
└── bottomNavigationBar: BottomNavigationBar
├── BottomNavigationBarItem (Home)
├── BottomNavigationBarItem (Search)
└── BottomNavigationBarItem (Profile)