setFontSize method
Implementation
void setFontSize({FontSize fontSize = const FontSize(width: 0, height: 0)}) {
_commands.add(SetFontSize(fontSize: fontSize));
}
void setFontSize({FontSize fontSize = const FontSize(width: 0, height: 0)}) {
_commands.add(SetFontSize(fontSize: fontSize));
}