Skip to content

Commit

Permalink
add: [FEATURE REQUEST] Reduce size of navigation bar #14
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHCJ committed Apr 17, 2024
1 parent c1ba05e commit bc20234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/home/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ class _ScaffoldWithBottomNavigationState extends State<ScaffoldWithBottomNavigat
),
bottomNavigationBar: NavigationBar(
selectedIndex: currentPage,
height: !showNavigationLabels ? 50 : 70,
labelBehavior: showNavigationLabels
? NavigationDestinationLabelBehavior.alwaysShow
: NavigationDestinationLabelBehavior.alwaysHide,
Expand Down

0 comments on commit bc20234

Please sign in to comment.