MaterialPalette constructor
Implementation
MaterialPalette({
@required this.primaryColor,
@required this.accentColor,
this.secondaryColor,
this.textColor,
this.darkPrimaryColor,
this.lightPrimaryColor,
this.secondaryTextColor,
this.iconColor,
this.dividerColor,
});