ThemeParameters constructor
ThemeParameters({
- required int backgroundColor,
- required int secondaryBackgroundColor,
- required int headerBackgroundColor,
- required int bottomBarBackgroundColor,
- required int sectionBackgroundColor,
- required int sectionSeparatorColor,
- required int textColor,
- required int accentTextColor,
- required int sectionHeaderTextColor,
- required int subtitleTextColor,
- required int destructiveTextColor,
- required int hintColor,
- required int linkColor,
- required int buttonColor,
- required int buttonTextColor,
Implementation
ThemeParameters({
required this.backgroundColor,
required this.secondaryBackgroundColor,
required this.headerBackgroundColor,
required this.bottomBarBackgroundColor,
required this.sectionBackgroundColor,
required this.sectionSeparatorColor,
required this.textColor,
required this.accentTextColor,
required this.sectionHeaderTextColor,
required this.subtitleTextColor,
required this.destructiveTextColor,
required this.hintColor,
required this.linkColor,
required this.buttonColor,
required this.buttonTextColor,
});