HVUIFontWeight constructor

HVUIFontWeight({
  1. String? alertTextBoxTextWeight,
  2. String? descriptionTextWeight,
  3. String? documentSideHintTextWeight,
  4. String? primaryButtonTextWeight,
  5. String? retakeMessageWeight,
  6. String? secondaryButtonTextWeight,
  7. String? statusTextWeight,
  8. String? titleTextWeight,
})

Implementation

HVUIFontWeight(
    {this.alertTextBoxTextWeight,
    this.descriptionTextWeight,
    this.documentSideHintTextWeight,
    this.primaryButtonTextWeight,
    this.retakeMessageWeight,
    this.secondaryButtonTextWeight,
    this.statusTextWeight,
    this.titleTextWeight});