fontSize property

double get fontSize

Implementation

double get fontSize =>
    _tryParseDouble(params[fontSizeKey]) ?? unscaledDefaultFontSize;