Appearance constructor
Appearance({
- required String name,
- required Color backgroundColor,
- required Color textColor,
- Color? btnTextColor,
- Color? hintColor,
- Color? btnColor,
- Color? iconColor,
- Color? secondaryBackgroundColor,
- Color? secondaryBtnColor,
- Color? secondaryTextColor,
- Color? secondaryHintColor,
- Color? secondaryBtnTextColor,
- Color? secondaryIconColor,
- Color? appBarBackgroundColor,
- Color? appBarTextColor,
- Color? appBarHintColor,
- Color? appBarBtnTextColor,
- Color? appBarBtnColor,
- Color? appBarIconColor,
- Color? drawerBackgroundColor,
- Color? drawerTextColor,
- Color? drawerHintColor,
- Color? drawerBtnTextColor,
- Color? drawerBtnColor,
- Color? drawerIconColor,
- Color? dialogBackgroundColor,
- Color? dialogTextColor,
- Color? dialogHintColor,
- Color? dialogBtnTextColor,
- Color? dialogBtnColor,
- Color? dialogIconColor,
Implementation
Appearance(
{required this.name,
required this.backgroundColor,
required this.textColor,
this.btnTextColor,
this.hintColor,
this.btnColor,
this.iconColor,
this.secondaryBackgroundColor,
this.secondaryBtnColor,
this.secondaryTextColor,
this.secondaryHintColor,
this.secondaryBtnTextColor,
this.secondaryIconColor,
this.appBarBackgroundColor,
this.appBarTextColor,
this.appBarHintColor,
this.appBarBtnTextColor,
this.appBarBtnColor,
this.appBarIconColor,
this.drawerBackgroundColor,
this.drawerTextColor,
this.drawerHintColor,
this.drawerBtnTextColor,
this.drawerBtnColor,
this.drawerIconColor,
this.dialogBackgroundColor,
this.dialogTextColor,
this.dialogHintColor,
this.dialogBtnTextColor,
this.dialogBtnColor,
this.dialogIconColor});