haptome / dot_navigation_bar

A bottom navigation bar that you can customize with the options you need, without any limits. You can also customize the appearance of the navigation bar with simple smooth animations, providing a nice and clean UI/UX.
https://github.com/haptome/dot_navigation_bar
MIT License
45 stars 17 forks source link

Selected item is not centered #18

Open abelherl opened 1 year ago

abelherl commented 1 year ago
Screen Shot 2023-08-21 at 10 18 38
parthiv0408 commented 4 months ago

I fixed it with:

DotNavigationBar(
      itemPadding: EdgeInsets.only(left:12,right:12,top: 4,bottom:4) // Customize this as per your needs
      items: [
        ...
      ],
    )