SVGSwitchElement constructor

SVGSwitchElement()

Creates an SVGSwitchElement using the tag 'switch'.

Implementation

SVGSwitchElement()
    : _ = document.createElementNS(
        'http://www.w3.org/2000/svg',
        'switch',
      );