menu
pcanvas package
documentation
pcanvas_html.dart
PFont
PFont constructor
PFont constructor
dark_mode
light_mode
PFont
constructor
PFont
(
String
family
,
num
size
, {
bool
bold
=
false
,
bool
italic
=
false
,
String
?
familyFallback
,
})
Implementation
PFont(this.family, this.size, {this.bold = false, this.italic = false, this.familyFallback});
pcanvas package
documentation
pcanvas_html
PFont
PFont constructor
PFont class