FontModel constructor
FontModel({
- String? fontName,
- double? size,
- EliudFontWeight? weight,
- EliudFontStyle? style,
- EliudFontDecoration? decoration,
- RgbModel? color,
Implementation
FontModel({
this.fontName,
this.size,
this.weight,
this.style,
this.decoration,
this.color,
});