ThemeNoLinks constructor

ThemeNoLinks({
  1. required String themeKey,
  2. String? name,
  3. String? description,
  4. Icon? icon,
})

Implementation

ThemeNoLinks(
    {required this.themeKey, this.name, this.description, this.icon});