FlutterGenColors constructor

FlutterGenColors({
  1. required bool enabled,
  2. required List<String> inputs,
})

Implementation

FlutterGenColors({required this.enabled, required this.inputs});