HVUIFont constructor

HVUIFont({
  1. String? alertTextBoxTextFont,
  2. String? descriptionTextFont,
  3. String? documentSideHintTextFont,
  4. String? primaryButtonTextFont,
  5. String? retakeMessageFont,
  6. String? secondaryButtonTextFont,
  7. String? statusTextFont,
  8. String? titleTextFont,
})

Implementation

HVUIFont(
    {this.alertTextBoxTextFont,
    this.descriptionTextFont,
    this.documentSideHintTextFont,
    this.primaryButtonTextFont,
    this.retakeMessageFont,
    this.secondaryButtonTextFont,
    this.statusTextFont,
    this.titleTextFont});