FontBasics constructor

FontBasics(
  1. String? fontFamily,
  2. FontWeight fontWeightRegular,
  3. FontWeight fontWeightMedium,
  4. FontWeight fontWeightSemibold,
  5. FontWeight fontWeightBold,
)

Implementation

FontBasics(this.fontFamily, this.fontWeightRegular, this.fontWeightMedium,
    this.fontWeightSemibold, this.fontWeightBold);