Appearance constructor
Appearance({})
Implementation
Appearance({
required this.primaryColor,
required this.captionFontColor,
required this.captionBackgroundColor,
required this.logo,
required this.logoDestinationUrl,
required this.fontSize,
required this.captionFontSize,
});