https://github.com/fluttercommunity/font_awesome_flutter/blob/0fc7f871d730667d5eac7291895d9a6562f1d91e/lib/src/fa_icon.dart#L31 I ran into an issue that caused a bug, where I was dynamically passing a value here, and one of the states was null. If this line changes to `final IconData icon;` Then we'll get compiler warnings :)
font_awesome_flutter/lib/src/fa_icon.dart
Line 31 in 0fc7f87
I ran into an issue that caused a bug, where I was dynamically passing a value here, and one of the states was null. If this line changes to
final IconData icon;Then we'll get compiler warnings :)