LauncherIconConfig constructor
const
LauncherIconConfig({})
Creates a launcher icon configuration.
Implementation
const LauncherIconConfig({
required this.imagePath,
required this.android,
required this.ios,
required this.web,
required this.adaptiveBackground,
required this.adaptiveForeground,
this.adaptiveMonochrome,
required this.removeAlphaIos,
});