bottom navigation bar flutter

PHOTO EMBED

Fri Apr 15 2022 12:30:23 GMT+0000 (Coordinated Universal Time)

Saved by @ferdyhape #dart

bottomNavigationBar: BottomNavigationBar(
          type: BottomNavigationBarType.fixed,
          items: [
            BottomNavigationBarItem(
            icon: Icon(Icons.home),
            label: 'Home',
          ),
          BottomNavigationBarItem(
            icon: Icon(Icons.business),
            label: 'Business',
          ),
          BottomNavigationBarItem(
            icon: Icon(Icons.school),
            label: 'School',
          ),
          ],
        ),
content_copyCOPY

https://www.google.com/search?q