Skip to content

Commit

Permalink
fix : bottom navigation bar overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cho4u4o committed Sep 15, 2024
1 parent c8439d4 commit 996d4ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/widgets/bottom_nav_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ class BottomNavBar extends StatelessWidget {

@override
Widget build(BuildContext context) {
double screenWidth = MediaQuery.of(context).size.width;
return SizedBox(
width: screenWidth,
height: 70,
child: BottomNavigationBar(
type: BottomNavigationBarType.fixed,
Expand Down

0 comments on commit 996d4ae

Please sign in to comment.