diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f56a6a..48cb27d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/src/navbar_badge.dart b/lib/src/navbar_badge.dart index 6759946..50287d7 100644 --- a/lib/src/navbar_badge.dart +++ b/lib/src/navbar_badge.dart @@ -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 = "",