fix bottom_nav_bar

merge-requests/927/head
Elham Rababh 4 years ago
parent 63af889e2f
commit ad1ae99707

@ -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> {
], ],
), ),
), ),
),
); );
} }
} }

Loading…
Cancel
Save