ThemeAddonConfig constructor

const ThemeAddonConfig(
  1. String themeName
)

Implementation

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