Skip to content

Commit

Permalink
Fix for badge
Browse files Browse the repository at this point in the history
Fix for "No named parameter with the name 'overflow'" error.
Related to flutter/flutter@7948a78
  • Loading branch information
worldofsites authored Sep 16, 2020
1 parent 4dfa8a4 commit 1d989d2
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 @@ -80,7 +80,7 @@ class BadgeState extends State<Badge> with SingleTickerProviderStateMixin {
} else {
return Stack(
alignment: widget.alignment,
overflow: Overflow.visible,
clipBehavior: Clip.none,
children: [
widget.child,
BadgePositioned(
Expand Down

0 comments on commit 1d989d2

Please sign in to comment.