PartialFontOptions constructor
const
PartialFontOptions({
- String? fontFamily,
- FontWeight? fontWeight,
- FontStyle? fontShape,
Implementation
const PartialFontOptions({
this.fontFamily,
this.fontWeight,
this.fontShape,
});