herodotdigital / SnakeBottomNavigationBar

Apache License 2.0
207 stars 51 forks source link

radius for item #6

Closed footpaths closed 4 years ago

footpaths commented 4 years ago

how to change radius for background item? tks

GoltVik commented 4 years ago

You can change background by changing snakeShape

SnakeShape(shape: BeveledRectangleBorder(borderRadius: BorderRadius.circular(16)))