SvgElement.internal constructor

SvgElement.internal(
  1. Document? document,
  2. String tag
)

IMPORTANT: Not part of 'dart:svg'.

Implementation

factory SvgElement.internal(Document? document, String tag) {
  return _SvgElementImpl(document ?? window.document, tag);
}