ThemeSetting constructor

const ThemeSetting({
  1. Color? backgroundColor,
  2. Color? selectionFillColor,
  3. Color? selectionStrokeColor,
  4. Color? selectionShadowColor,
  5. SelectionStyle? selectionStyle,
  6. TitleAttribute? previewTitleAttributes,
  7. TitleAttribute? previewSubtitleAttributes,
  8. TitleAttribute? albumTitleAttributes,
})

Create a ThemeSetting.

Implementation

const ThemeSetting({
  this.backgroundColor,
  this.selectionFillColor,
  this.selectionStrokeColor,
  this.selectionShadowColor,
  this.selectionStyle,
  this.previewTitleAttributes,
  this.previewSubtitleAttributes,
  this.albumTitleAttributes,
});