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 f66895d commit c4c3ab8Copy full SHA for c4c3ab8
lib/src/settings/flutter_gen.dart
@@ -44,7 +44,7 @@ class FlutterGen {
44
45
FlutterGenColors colors;
46
47
- bool get hasColors => colors != null;
+ bool get hasColors => colors != null && colors.hasInputs;
48
}
49
50
class FlutterGenColors {
0 commit comments