appendPart method

void appendPart(
  1. SvgTextSpanComponent part
)

Implementation

void appendPart(SvgTextSpanComponent part) => parts.add(part);