ThemeParameters constructor
const
ThemeParameters({})
Contains parameters of the application theme
Implementation
const ThemeParameters({
required this.backgroundColor,
required this.secondaryBackgroundColor,
required this.textColor,
required this.hintColor,
required this.linkColor,
required this.buttonColor,
required this.buttonTextColor,
});