menu
pcanvas package
documentation
pcanvas_html.dart
PFont
equals method
equals method
dark_mode
light_mode
equals
method
bool
equals
(
PFont
other
)
Implementation
bool equals(PFont other) => identical(this, other) || family == other.family && size == other.size;
pcanvas package
documentation
pcanvas_html
PFont
equals method
PFont class