Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Jul 12, 2024
1 parent 1d020ed commit b193d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

- Rebuild Navbar on updating its properties Fixes: [Issue #38](https://github.com/maheshmnj/navbar_router/issues/38)
- Remove workaround for [Issue #17](https://github.com/maheshmnj/navbar_router/issues/17)
- Add child parameter to NavbarItem for adding custom widgets in place of icon and label Fix [Issue #20](ttps://github.com/maheshmnj/navbar_router/issues/20)
- Add child parameter to NavbarItem for adding custom widgets in place of icon and label Fix [Issue #20](https://github.com/maheshmnj/navbar_router/issues/20)
- Add selectedIcon property to NavbarItem

## [0.7.0] Dec 08, 2023
Expand Down
2 changes: 1 addition & 1 deletion lib/src/navbar_badge.dart
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class NavbarBadge {

final Key? key;

/// Use padding of [badgeStyle] or fontSize of [badgeTextStyle] to change size of the badge/dot.
/// Use padding of [badgeStyle] or fontSize of [badgeTextStyle] to change size of the badge/dot.
const NavbarBadge({
this.key,
this.badgeText = "",
Expand Down

0 comments on commit b193d7e

Please sign in to comment.