Theme constructor
Theme({
- required String themeKey,
- String? name,
- String? description,
- Icon? icon,
- GenericLinks? links,
Implementation
Theme(
{required this.themeKey,
this.name,
this.description,
this.icon,
this.links});