Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable decoration for Navigation Items #57 #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SMahdiFaghih
Copy link

Added decoration field for both BottomNavyBarItem and _ItemWidget classes so that you can set your desired decoration for any of the items independently.
I used this in example main.dart file for 2 of the items, for the one the decoration is from UnderlineTabIndicator class and the other one is from BoxDecoration class. When no decoration is declared it will be as default.
You can use any class that extends Decoration class as decoration.

@SMahdiFaghih SMahdiFaghih changed the title Fixed issue #57 (Configurable decoration for Navigation Items) Configurable decoration for Navigation Items #57 Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant