ThemeSetting constructor
const
ThemeSetting({
- Color? backgroundColor,
- Color? selectionFillColor,
- Color? selectionStrokeColor,
- Color? selectionShadowColor,
- SelectionStyle? selectionStyle,
- TitleAttribute? previewTitleAttributes,
- TitleAttribute? previewSubtitleAttributes,
- TitleAttribute? albumTitleAttributes,
Create a ThemeSetting.
Implementation
const ThemeSetting({
this.backgroundColor,
this.selectionFillColor,
this.selectionStrokeColor,
this.selectionShadowColor,
this.selectionStyle,
this.previewTitleAttributes,
this.previewSubtitleAttributes,
this.albumTitleAttributes,
});