We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77382e3 commit 24f4c60Copy full SHA for 24f4c60
lib/components/badge/gf_badge.dart
@@ -69,7 +69,7 @@ class _GFBadgeState extends State<GFBadge> {
69
}
70
71
@override
72
- void didUpdateWidget(GFBadge oldWidget) {
+ void didUpdateWidget(GFBadge oldWidget){
73
color = widget.color;
74
textColor = widget.textColor;
75
child = widget.text != null ? Text(widget.text ?? '') : widget.child;
0 commit comments