|
|
|
@ -41,6 +41,10 @@ class _BottomNavBarState extends State<BottomNavBar> {
|
|
|
|
elevation: 4,
|
|
|
|
elevation: 4,
|
|
|
|
shape: CircularNotchedRectangle(),
|
|
|
|
shape: CircularNotchedRectangle(),
|
|
|
|
color: Colors.white,
|
|
|
|
color: Colors.white,
|
|
|
|
|
|
|
|
child: Container(
|
|
|
|
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
|
|
|
|
border: Border.all(color: Color(0XFFEFEFEF), width: 1)
|
|
|
|
|
|
|
|
),
|
|
|
|
child: Padding(
|
|
|
|
child: Padding(
|
|
|
|
padding: EdgeInsets.symmetric(horizontal: 18),
|
|
|
|
padding: EdgeInsets.symmetric(horizontal: 18),
|
|
|
|
child: Row(
|
|
|
|
child: Row(
|
|
|
|
@ -93,6 +97,7 @@ class _BottomNavBarState extends State<BottomNavBar> {
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|