Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
malikdoksoz committed Apr 19, 2022
1 parent cb71c88 commit 4b99ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ class ConvexAppBar extends StatefulWidget {
if (badge.isNotEmpty) {
chipBuilder = DefaultChipBuilder(
badge,
showBadge: showBadge ?? false,
showBadge: showBadge,
textColor: badgeTextColor ?? Colors.white,
badgeColor: badgeColor ?? Colors.redAccent,
padding: badgePadding ?? EdgeInsets.only(left: 4, right: 4),
Expand Down

0 comments on commit 4b99ceb

Please sign in to comment.