KevinGeneralStyle constructor

const KevinGeneralStyle({
  1. Color? primaryBackgroundColor,
  2. Color? primaryTextColor,
  3. Color? secondaryTextColor,
  4. Color? actionTextColor,
  5. KevinUiFont? primaryFont,
  6. KevinUiFont? secondaryFont,
})

Implementation

const KevinGeneralStyle({
  this.primaryBackgroundColor,
  this.primaryTextColor,
  this.secondaryTextColor,
  this.actionTextColor,
  this.primaryFont,
  this.secondaryFont,
});