Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
3,366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Dart 0.79 KB | None | 0 0
  1. bottomNavigationBar: BottomNavigationBar(
  2.         type: BottomNavigationBarType.fixed,
  3.         items: <BottomNavigationBarItem>[
  4.           BottomNavigationBarItem(
  5.             icon: Icon(Icons.calendar_today, ),
  6.             title: Container(),
  7.           ),
  8.           BottomNavigationBarItem(
  9.             icon: Icon(Icons.calendar_today,),
  10.             title: Container(),
  11.           ),
  12.           BottomNavigationBarItem(
  13.             icon: Icon(Icons.calendar_today, ),
  14.             title: Container(),
  15.           ),
  16.           BottomNavigationBarItem(
  17.             icon: Icon(Icons.calendar_today, ),
  18.             title: Container(),
  19.           ),
  20.           BottomNavigationBarItem(
  21.             icon: Icon(Icons.calendar_today, ),
  22.             title: Container(),
  23.           ),
  24.         ],
  25.       ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement