Skip to content

Commit 24f4c60

Browse files
committed
issue fixed in gf-badge
1 parent 77382e3 commit 24f4c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/badge/gf_badge.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class _GFBadgeState extends State<GFBadge> {
6969
}
7070

7171
@override
72-
void didUpdateWidget(GFBadge oldWidget) {
72+
void didUpdateWidget(GFBadge oldWidget){
7373
color = widget.color;
7474
textColor = widget.textColor;
7575
child = widget.text != null ? Text(widget.text ?? '') : widget.child;

0 commit comments

Comments
 (0)