Skip to content

Commit

Permalink
Make pub's static analyzer happy
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelspiss committed Oct 21, 2021
1 parent 86777c7 commit 48a8b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/fa_duotone_icon.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class FaDuotoneIcon extends StatelessWidget {
this.primaryColor,
this.secondaryColor,
this.semanticLabel,
}) : super(key: key);
}) : super(key: key);

@override
Widget build(BuildContext context) {
Expand Down

0 comments on commit 48a8b84

Please sign in to comment.