Skip to content

Commit

Permalink
style: center bottom navigation use-cases
Browse files Browse the repository at this point in the history
  • Loading branch information
yousinix committed Oct 9, 2024
1 parent eeb759b commit c3b5e0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/widgets/navigation_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class NavigationItem extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Column(
mainAxisSize: MainAxisSize.min,
children: [
if (isSelected) Icon(iconSelected) else Icon(iconUnselected),
Text(text),
Expand Down

0 comments on commit c3b5e0b

Please sign in to comment.