FlaiConfig constructor

const FlaiConfig({
  1. String outputDir = 'lib/flai',
  2. String theme = 'dark',
  3. List<String> installed = const [],
})

Implementation

const FlaiConfig({
  this.outputDir = 'lib/flai',
  this.theme = 'dark',
  this.installed = const [],
});