FlutterGenColors constructor

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

Implementation

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