KevinGeneralStyle constructor
const
KevinGeneralStyle({
- Color? primaryBackgroundColor,
- Color? primaryTextColor,
- Color? secondaryTextColor,
- Color? actionTextColor,
- KevinUiFont? primaryFont,
- KevinUiFont? secondaryFont,
Implementation
const KevinGeneralStyle({
this.primaryBackgroundColor,
this.primaryTextColor,
this.secondaryTextColor,
this.actionTextColor,
this.primaryFont,
this.secondaryFont,
});