AssetConfig constructor
const
AssetConfig({})
Creates a new AssetConfig instance.
All directory paths should be relative to the project root.
The projectName is used for generating class names.
Implementation
const AssetConfig({
required this.projectName,
required this.pubspecDir,
required this.outputDir,
required this.assetsDir,
required this.flavorDir,
required this.createLibraryFile,
this.flavor,
});