WeightedFontFamily constructor

WeightedFontFamily({
  1. String? fontFamily,
  2. int? weight,
})

Implementation

WeightedFontFamily({
  this.fontFamily,
  this.weight,
});