Appearance constructor
Appearance({})
Creates a new instance of Appearance with the given parameters.
Implementation
Appearance({
required this.language,
required this.themeColor,
required this.primaryColor,
required this.secondaryColor,
required this.tertiaryColor,
required this.logoUrl,
});