Skip to content

Commit b193d7e

Browse files
committed
format
1 parent 1d020ed commit b193d7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
- Rebuild Navbar on updating its properties Fixes: [Issue #38](https://github.com/maheshmnj/navbar_router/issues/38)
2727
- Remove workaround for [Issue #17](https://github.com/maheshmnj/navbar_router/issues/17)
28-
- 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)
28+
- 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)
2929
- Add selectedIcon property to NavbarItem
3030

3131
## [0.7.0] Dec 08, 2023

lib/src/navbar_badge.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class NavbarBadge {
185185

186186
final Key? key;
187187

188-
/// Use padding of [badgeStyle] or fontSize of [badgeTextStyle] to change size of the badge/dot.
188+
/// Use padding of [badgeStyle] or fontSize of [badgeTextStyle] to change size of the badge/dot.
189189
const NavbarBadge({
190190
this.key,
191191
this.badgeText = "",

0 commit comments

Comments
 (0)