Colors constructor
Colors({})
Implementation
Colors({
this.id,
this.primaryColor,
this.textOnPrimaryColor,
this.secondaryColor,
this.textOnSecondaryColor,
this.accentColor,
this.textOnAccentColor,
this.backgroundColor,
this.textOnBackgroundColor,
this.isRoot,
});