MathMLElement.mtext constructor

MathMLElement.mtext()

Creates a MathMLElement using the tag 'mtext'.

Implementation

MathMLElement.mtext()
    : _ = document.createElementNS(
        'http://www.w3.org/1998/Math/MathML',
        'mtext',
      );