standardFontSize property

double get standardFontSize

Gets or sets the standard font size.

Implementation

double get standardFontSize {
  return fonts[0].size;
}