PartialFontOptions constructor

const PartialFontOptions({
  1. String? fontFamily,
  2. FontWeight? fontWeight,
  3. FontStyle? fontShape,
})

Implementation

const PartialFontOptions({
  this.fontFamily,
  this.fontWeight,
  this.fontShape,
});