toSvgPart method

String toSvgPart()

Implementation

String toSvgPart() =>
    '''<svg viewBox="70 90 125 130" >${toSvgString()}</svg>''';