ThemeAddonConfig constructor
const
ThemeAddonConfig(
- String themeName
Implementation
const ThemeAddonConfig(
String themeName,
) : super(
'theme',
'name:$themeName',
);
const ThemeAddonConfig(
String themeName,
) : super(
'theme',
'name:$themeName',
);