getFontSize property

double get getFontSize

Implementation

double get getFontSize {
  return fontSize ?? 14.0;
}