ThemeStyles constructor
ThemeStyles({
- required Color backgroundStart,
- required Color backgroundMiddle,
- required Color backgroundEnd,
- required Color dialogBg,
- required Color textPrimary,
- required Color textSecondary,
- required Color textMuted,
- required Color inputBg,
- required Color inputBorder,
- required Color inputFocusRing,
- required Color uploadBorder,
- required Color uploadHoverBorder,
- required Color closeHoverBg,
- required Color overlayColor,
Implementation
ThemeStyles({
required this.backgroundStart,
required this.backgroundMiddle,
required this.backgroundEnd,
required this.dialogBg,
required this.textPrimary,
required this.textSecondary,
required this.textMuted,
required this.inputBg,
required this.inputBorder,
required this.inputFocusRing,
required this.uploadBorder,
required this.uploadHoverBorder,
required this.closeHoverBg,
required this.overlayColor,
});