setFontSize method

void setFontSize({
  1. FontSize fontSize = const FontSize(width: 0, height: 0),
})

Implementation

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