toXml static method

String toXml(
  1. FontSize? fontSize
)

Implementation

static String toXml(FontSize? fontSize) {
  return fontSize?._value ?? FontSize.none._value;
}