benyaminbeyzaie / circular_bottom_navigation

Circular bottom navigation is a bottom navigation library for flutter with circular indicator and cool animations.
BSD 3-Clause "New" or "Revised" License
654 stars 97 forks source link

Add `backgroundBoxShadow` and some code style changes #35

Closed benyaminbeyzaie closed 2 years ago

benyaminbeyzaie commented 2 years ago

I've added the backgroundBoxShadow field to modify the box shadow of the background, This issue is related to the pull request: https://github.com/imaNNeoFighT/circular_bottom_navigation/issues/17

Also I've changed some lines due to code style best practices like delete new keywords.