Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
yadaniyil authored Dec 7, 2020
2 parents ec97cb3 + 6c2e3e8 commit b338474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/badge.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class BadgeState extends State<Badge> with SingleTickerProviderStateMixin {
? CircleBorder(side: widget.borderSide)
: RoundedRectangleBorder(
side: widget.borderSide,
borderRadius: widget.borderRadius,
borderRadius: widget.borderRadius ?? BorderRadius.zero,
);

Widget badgeView() {
Expand Down

0 comments on commit b338474

Please sign in to comment.