menu
flai_cli package
documentation
config.dart
FlaiConfig
FlaiConfig.new const constructor
FlaiConfig.new const constructor
dark_mode
light_mode
FlaiConfig
constructor
const
FlaiConfig
(
{
String
outputDir
=
'lib/flai'
,
String
theme
=
'dark'
,
List
<
String
>
installed
=
const []
,
})
Implementation
const FlaiConfig({ this.outputDir = 'lib/flai', this.theme = 'dark', this.installed = const [], });
flai_cli package
documentation
config
FlaiConfig
FlaiConfig.new const constructor
FlaiConfig class