Skip to content

Commit c4c3ab8

Browse files
committed
check inputs
1 parent f66895d commit c4c3ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/settings/flutter_gen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class FlutterGen {
4444

4545
FlutterGenColors colors;
4646

47-
bool get hasColors => colors != null;
47+
bool get hasColors => colors != null && colors.hasInputs;
4848
}
4949

5050
class FlutterGenColors {

0 commit comments

Comments
 (0)