CINXE.COM

GeometryElement class - dart:svg library - Dart API

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no"> <meta name="description" content="API docs for the GeometryElement class from the dart:svg library, for the Dart programming language."> <title>GeometryElement class - dart:svg library - Dart API</title> <link rel="canonical" href="https://api.dart.dev/dart-svg/GeometryElement-class.html"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" rel="stylesheet"> <link rel="stylesheet" href="../static-assets/github.css?v1"> <link rel="stylesheet" href="../static-assets/styles.css?v1"> <link rel="icon" href="../static-assets/favicon.png?v1"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-VVQ8908SJ5"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-VVQ8908SJ5'); </script> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preload" href="https://fonts.googleapis.com/css2?family=Google+Sans+Text:wght@400&family=Google+Sans:wght@500&display=swap" as="style"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Google+Sans+Text:wght@400&family=Google+Sans:wght@500&display=swap"> <link rel="stylesheet" href="https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.css"> </head> <body data-base-href="../" data-using-base-href="false" class="light-theme"> <div id="overlay-under-drawer"></div> <header id="title"> <span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span> <ol class="breadcrumbs gt-separated dark hidden-xs"> <li><a href="../index.html">Dart</a></li> <li><a href="../dart-svg/dart-svg-library.html">dart:svg</a></li> <li class="self-crumb">GeometryElement class</li> </ol> <div class="self-name">GeometryElement</div> <form class="search navbar-right" role="search"> <input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search..."> </form> <div class="toggle" id="theme-button" title="Toggle brightness"> <label for="theme"> <input type="checkbox" id="theme" value="light-theme"> <span id="dark-theme-button" class="material-symbols-outlined"> dark_mode </span> <span id="light-theme-button" class="material-symbols-outlined"> light_mode </span> </label> </div> </header> <main> <div id="dartdoc-main-content" class="main-content" data-above-sidebar="dart-svg&#47;dart-svg-library-sidebar.html" data-below-sidebar="dart-svg&#47;GeometryElement-class-sidebar.html"> <div> <div id="external-links" class="btn-group"><a title="View source code" class="source-link" href="https://github.com/dart-lang/sdk/blob/88c9758ef131d430d8ce595c6bfb4c90574d3ddd/sdk/lib/svg/dart2js/svg_dart2js.dart#L1886"><span class="material-symbols-outlined">description</span></a></div> <h1><span class="kind-class">GeometryElement</span> class </h1></div> <section> <dl class="dl-horizontal"> <dt>Inheritance</dt> <dd> <ul class="gt-separated dark clazz-relationships"> <li><a href="../dart-core/Object-class.html">Object</a></li> <li><a href="../dart-html/EventTarget-class.html">EventTarget</a></li> <li><a href="../dart-html/Node-class.html">Node</a></li> <li><a href="../dart-html/Element-class.html">Element</a></li> <li><a href="../dart-svg/SvgElement-class.html">SvgElement</a></li> <li><a href="../dart-svg/GraphicsElement-class.html">GraphicsElement</a></li> <li>GeometryElement</li> </ul> </dd> <dt>Implementers</dt> <dd><ul class="comma-separated clazz-relationships"> <li><a href="../dart-svg/CircleElement-class.html">CircleElement</a></li> <li><a href="../dart-svg/EllipseElement-class.html">EllipseElement</a></li> <li><a href="../dart-svg/LineElement-class.html">LineElement</a></li> <li><a href="../dart-svg/PathElement-class.html">PathElement</a></li> <li><a href="../dart-svg/PolygonElement-class.html">PolygonElement</a></li> <li><a href="../dart-svg/PolylineElement-class.html">PolylineElement</a></li> <li><a href="../dart-svg/RectElement-class.html">RectElement</a></li> </ul></dd> <dt>Annotations</dt> <dd> <ul class="annotation-list clazz-relationships"> <li>@Native(&quot;SVGGeometryElement&quot;)</li> </ul> </dd> </dl> </section> <section class="summary offset-anchor" id="constructors"> <h2>Constructors</h2> <dl class="constructor-summary-list"> <dt id="GeometryElement.created" class="callable"> <span class="name"><a href="../dart-svg/GeometryElement/GeometryElement.created.html">GeometryElement.created</a></span><span class="signature">()</span> </dt> <dd> Constructor instantiated by the DOM when a custom element has been created. </dd> </dl> </section> <section class="summary offset-anchor" id="instance-properties"> <h2>Properties</h2> <dl class="properties"> <dt id="accessibleNode" class="property inherited"> <span class="name"><a href="../dart-html/Element/accessibleNode.html">accessibleNode</a></span> <span class="signature">&#8594; <a href="../dart-html/AccessibleNode-class.html">AccessibleNode</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="assignedSlot" class="property inherited"> <span class="name"><a href="../dart-html/Element/assignedSlot.html">assignedSlot</a></span> <span class="signature">&#8594; <a href="../dart-html/SlotElement-class.html">SlotElement</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="attributes" class="property inherited"> <span class="name"><a href="../dart-html/Element/attributes.html">attributes</a></span> <span class="signature">&#8596; <a href="../dart-core/Map-class.html">Map</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-core/String-class.html">String</a></span>, <span class="type-parameter"><a href="../dart-core/String-class.html">String</a></span>&gt;</span></span> </dt> <dd class="inherited"> All attributes on this element. <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="baseUri" class="property inherited"> <span class="name"><a href="../dart-html/Node/baseUri.html">baseUri</a></span> <span class="signature">&#8594; <a href="../dart-core/String-class.html">String</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="borderEdge" class="property inherited"> <span class="name"><a href="../dart-html/Element/borderEdge.html">borderEdge</a></span> <span class="signature">&#8594; <a href="../dart-html/CssRect-class.html">CssRect</a></span> </dt> <dd class="inherited"> Access the dimensions and position of this element's content + padding + border box. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="childNodes" class="property inherited"> <span class="name"><a href="../dart-html/Node/childNodes.html">childNodes</a></span> <span class="signature">&#8594; <a href="../dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Node-class.html">Node</a></span>&gt;</span></span> </dt> <dd class="inherited"> A list of this node's children. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="children" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/children.html">children</a></span> <span class="signature">&#8596; <a href="../dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Element-class.html">Element</a></span>&gt;</span></span> </dt> <dd class="inherited"> List of the direct children of this element. <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="classes" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/classes.html">classes</a></span> <span class="signature">&#8596; <a href="../dart-html/CssClassSet-class.html">CssClassSet</a></span> </dt> <dd class="inherited"> The set of CSS classes applied to this element. <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="className" class="property inherited"> <span class="name"><a href="../dart-html/Element/className.html">className</a></span> <span class="signature">&#8596; <a href="../dart-core/String-class.html">String</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="client" class="property inherited"> <span class="name"><a href="../dart-html/Element/client.html">client</a></span> <span class="signature">&#8594; <a href="../dart-math/Rectangle-class.html">Rectangle</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-core/num-class.html">num</a></span>&gt;</span></span> </dt> <dd class="inherited"> Gets the position of this element relative to the client area of the page. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="clientHeight" class="property inherited"> <span class="name"><a href="../dart-html/Element/clientHeight.html">clientHeight</a></span> <span class="signature">&#8594; <a href="../dart-core/int-class.html">int</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="clientLeft" class="property inherited"> <span class="name"><a href="../dart-html/Element/clientLeft.html">clientLeft</a></span> <span class="signature">&#8594; <a href="../dart-core/int-class.html">int</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="clientTop" class="property inherited"> <span class="name"><a href="../dart-html/Element/clientTop.html">clientTop</a></span> <span class="signature">&#8594; <a href="../dart-core/int-class.html">int</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="clientWidth" class="property inherited"> <span class="name"><a href="../dart-html/Element/clientWidth.html">clientWidth</a></span> <span class="signature">&#8594; <a href="../dart-core/int-class.html">int</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="computedName" class="property inherited"> <span class="name"><a href="../dart-html/Element/computedName.html">computedName</a></span> <span class="signature">&#8594; <a href="../dart-core/String-class.html">String</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="computedRole" class="property inherited"> <span class="name"><a href="../dart-html/Element/computedRole.html">computedRole</a></span> <span class="signature">&#8594; <a href="../dart-core/String-class.html">String</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="contentEdge" class="property inherited"> <span class="name"><a href="../dart-html/Element/contentEdge.html">contentEdge</a></span> <span class="signature">&#8594; <a href="../dart-html/CssRect-class.html">CssRect</a></span> </dt> <dd class="inherited"> Access this element's content position. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="contentEditable" class="property inherited"> <span class="name"><a href="../dart-html/Element/contentEditable.html">contentEditable</a></span> <span class="signature">&#8596; <a href="../dart-core/String-class.html">String</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="dataset" class="property inherited"> <span class="name"><a href="../dart-html/Element/dataset.html">dataset</a></span> <span class="signature">&#8596; <a href="../dart-core/Map-class.html">Map</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-core/String-class.html">String</a></span>, <span class="type-parameter"><a href="../dart-core/String-class.html">String</a></span>&gt;</span></span> </dt> <dd class="inherited"> Allows access to all custom data attributes (data-*) set on this element. <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="dir" class="property inherited"> <span class="name"><a href="../dart-html/Element/dir.html">dir</a></span> <span class="signature">&#8596; <a href="../dart-core/String-class.html">String</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="documentOffset" class="property inherited"> <span class="name"><a href="../dart-html/Element/documentOffset.html">documentOffset</a></span> <span class="signature">&#8594; <a href="../dart-math/Point-class.html">Point</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-core/num-class.html">num</a></span>&gt;</span></span> </dt> <dd class="inherited"> Provides the coordinates of the element relative to the top of the document. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="draggable" class="property inherited"> <span class="name"><a href="../dart-html/Element/draggable.html">draggable</a></span> <span class="signature">&#8596; <a href="../dart-core/bool-class.html">bool</a></span> </dt> <dd class="inherited"> Indicates whether the element can be dragged and dropped. <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="farthestViewportElement" class="property inherited"> <span class="name"><a href="../dart-svg/GraphicsElement/farthestViewportElement.html">farthestViewportElement</a></span> <span class="signature">&#8594; <a href="../dart-svg/SvgElement-class.html">SvgElement</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="firstChild" class="property inherited"> <span class="name"><a href="../dart-html/Node/firstChild.html">firstChild</a></span> <span class="signature">&#8594; <a href="../dart-html/Node-class.html">Node</a>?</span> </dt> <dd class="inherited"> The first child of this node. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="hashCode" class="property inherited"> <span class="name"><a href="../dart-core/Object/hashCode.html">hashCode</a></span> <span class="signature">&#8594; <a href="../dart-core/int-class.html">int</a></span> </dt> <dd class="inherited"> The hash code for this object. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="hidden" class="property inherited"> <span class="name"><a href="../dart-html/Element/hidden.html">hidden</a></span> <span class="signature">&#8596; <a href="../dart-core/bool-class.html">bool</a></span> </dt> <dd class="inherited"> Indicates whether the element is not relevant to the page's current state. <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="id" class="property inherited"> <span class="name"><a href="../dart-html/Element/id.html">id</a></span> <span class="signature">&#8596; <a href="../dart-core/String-class.html">String</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="inert" class="property inherited"> <span class="name"><a href="../dart-html/Element/inert.html">inert</a></span> <span class="signature">&#8596; <a href="../dart-core/bool-class.html">bool</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="innerHtml" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/innerHtml.html">innerHtml</a></span> <span class="signature">&#8596; <a href="../dart-core/String-class.html">String</a>?</span> </dt> <dd class="inherited"> Parses the HTML fragment and sets it as the contents of this element. <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="innerText" class="property inherited"> <span class="name"><a href="../dart-html/Element/innerText.html">innerText</a></span> <span class="signature">&#8596; <a href="../dart-core/String-class.html">String</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="inputMode" class="property inherited"> <span class="name"><a href="../dart-html/Element/inputMode.html">inputMode</a></span> <span class="signature">&#8596; <a href="../dart-core/String-class.html">String</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="isConnected" class="property inherited"> <span class="name"><a href="../dart-html/Node/isConnected.html">isConnected</a></span> <span class="signature">&#8594; <a href="../dart-core/bool-class.html">bool</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="isContentEditable" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/isContentEditable.html">isContentEditable</a></span> <span class="signature">&#8594; <a href="../dart-core/bool-class.html">bool</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="lang" class="property inherited"> <span class="name"><a href="../dart-html/Element/lang.html">lang</a></span> <span class="signature">&#8596; <a href="../dart-core/String-class.html">String</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="lastChild" class="property inherited"> <span class="name"><a href="../dart-html/Node/lastChild.html">lastChild</a></span> <span class="signature">&#8594; <a href="../dart-html/Node-class.html">Node</a>?</span> </dt> <dd class="inherited"> The last child of this node. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="localName" class="property inherited"> <span class="name"><a href="../dart-html/Element/localName.html">localName</a></span> <span class="signature">&#8594; <a href="../dart-core/String-class.html">String</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="marginEdge" class="property inherited"> <span class="name"><a href="../dart-html/Element/marginEdge.html">marginEdge</a></span> <span class="signature">&#8594; <a href="../dart-html/CssRect-class.html">CssRect</a></span> </dt> <dd class="inherited"> Access the dimensions and position of this element's content + padding + border + margin box. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="namespaceUri" class="property inherited"> <span class="name"><a href="../dart-html/Element/namespaceUri.html">namespaceUri</a></span> <span class="signature">&#8594; <a href="../dart-core/String-class.html">String</a>?</span> </dt> <dd class="inherited"> A URI that identifies the XML namespace of this element. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="nearestViewportElement" class="property inherited"> <span class="name"><a href="../dart-svg/GraphicsElement/nearestViewportElement.html">nearestViewportElement</a></span> <span class="signature">&#8594; <a href="../dart-svg/SvgElement-class.html">SvgElement</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="nextElementSibling" class="property inherited"> <span class="name"><a href="../dart-html/Element/nextElementSibling.html">nextElementSibling</a></span> <span class="signature">&#8594; <a href="../dart-html/Element-class.html">Element</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="nextNode" class="property inherited"> <span class="name"><a href="../dart-html/Node/nextNode.html">nextNode</a></span> <span class="signature">&#8594; <a href="../dart-html/Node-class.html">Node</a>?</span> </dt> <dd class="inherited"> The next sibling node. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="nodeName" class="property inherited"> <span class="name"><a href="../dart-html/Node/nodeName.html">nodeName</a></span> <span class="signature">&#8594; <a href="../dart-core/String-class.html">String</a>?</span> </dt> <dd class="inherited"> The name of this node. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="nodes" class="property inherited"> <span class="name"><a href="../dart-html/Node/nodes.html">nodes</a></span> <span class="signature">&#8596; <a href="../dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Node-class.html">Node</a></span>&gt;</span></span> </dt> <dd class="inherited"> A modifiable list of this node's children. <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="nodeType" class="property inherited"> <span class="name"><a href="../dart-html/Node/nodeType.html">nodeType</a></span> <span class="signature">&#8594; <a href="../dart-core/int-class.html">int</a></span> </dt> <dd class="inherited"> The type of node. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="nodeValue" class="property inherited"> <span class="name"><a href="../dart-html/Node/nodeValue.html">nodeValue</a></span> <span class="signature">&#8594; <a href="../dart-core/String-class.html">String</a>?</span> </dt> <dd class="inherited"> The value of this node. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="nonce" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/nonce.html">nonce</a></span> <span class="signature">&#8596; <a href="../dart-core/String-class.html">String</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="offset" class="property inherited"> <span class="name"><a href="../dart-html/Element/offset.html">offset</a></span> <span class="signature">&#8594; <a href="../dart-math/Rectangle-class.html">Rectangle</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-core/num-class.html">num</a></span>&gt;</span></span> </dt> <dd class="inherited"> Gets the offset of this element relative to its offsetParent. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="offsetHeight" class="property inherited"> <span class="name"><a href="../dart-html/Element/offsetHeight.html">offsetHeight</a></span> <span class="signature">&#8594; <a href="../dart-core/int-class.html">int</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="offsetLeft" class="property inherited"> <span class="name"><a href="../dart-html/Element/offsetLeft.html">offsetLeft</a></span> <span class="signature">&#8594; <a href="../dart-core/int-class.html">int</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="offsetParent" class="property inherited"> <span class="name"><a href="../dart-html/Element/offsetParent.html">offsetParent</a></span> <span class="signature">&#8594; <a href="../dart-html/Element-class.html">Element</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="offsetTop" class="property inherited"> <span class="name"><a href="../dart-html/Element/offsetTop.html">offsetTop</a></span> <span class="signature">&#8594; <a href="../dart-core/int-class.html">int</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="offsetWidth" class="property inherited"> <span class="name"><a href="../dart-html/Element/offsetWidth.html">offsetWidth</a></span> <span class="signature">&#8594; <a href="../dart-core/int-class.html">int</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="on" class="property inherited"> <span class="name"><a href="../dart-html/Element/on.html">on</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementEvents-class.html">ElementEvents</a></span> </dt> <dd class="inherited"> This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onAbort" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onAbort.html">onAbort</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>abort</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onBeforeCopy" class="property inherited"> <span class="name"><a href="../dart-html/Element/onBeforeCopy.html">onBeforeCopy</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>beforecopy</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onBeforeCut" class="property inherited"> <span class="name"><a href="../dart-html/Element/onBeforeCut.html">onBeforeCut</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>beforecut</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onBeforePaste" class="property inherited"> <span class="name"><a href="../dart-html/Element/onBeforePaste.html">onBeforePaste</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>beforepaste</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onBlur" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onBlur.html">onBlur</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>blur</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onCanPlay" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onCanPlay.html">onCanPlay</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onCanPlayThrough" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onCanPlayThrough.html">onCanPlayThrough</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onChange" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onChange.html">onChange</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>change</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onClick" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onClick.html">onClick</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/MouseEvent-class.html">MouseEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>click</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onContextMenu" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onContextMenu.html">onContextMenu</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/MouseEvent-class.html">MouseEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>contextmenu</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onCopy" class="property inherited"> <span class="name"><a href="../dart-html/Element/onCopy.html">onCopy</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/ClipboardEvent-class.html">ClipboardEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>copy</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onCut" class="property inherited"> <span class="name"><a href="../dart-html/Element/onCut.html">onCut</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/ClipboardEvent-class.html">ClipboardEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>cut</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onDoubleClick" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onDoubleClick.html">onDoubleClick</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>doubleclick</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onDrag" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onDrag.html">onDrag</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/MouseEvent-class.html">MouseEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> A stream of <code>drag</code> events fired when this element currently being dragged. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onDragEnd" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onDragEnd.html">onDragEnd</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/MouseEvent-class.html">MouseEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> A stream of <code>dragend</code> events fired when this element completes a drag operation. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onDragEnter" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onDragEnter.html">onDragEnter</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/MouseEvent-class.html">MouseEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> A stream of <code>dragenter</code> events fired when a dragged object is first dragged over this element. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onDragLeave" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onDragLeave.html">onDragLeave</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/MouseEvent-class.html">MouseEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> A stream of <code>dragleave</code> events fired when an object being dragged over this element leaves this element's target area. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onDragOver" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onDragOver.html">onDragOver</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/MouseEvent-class.html">MouseEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> A stream of <code>dragover</code> events fired when a dragged object is currently being dragged over this element. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onDragStart" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onDragStart.html">onDragStart</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/MouseEvent-class.html">MouseEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> A stream of <code>dragstart</code> events fired when this element starts being dragged. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onDrop" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onDrop.html">onDrop</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/MouseEvent-class.html">MouseEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> A stream of <code>drop</code> events fired when a dragged object is dropped on this element. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onDurationChange" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onDurationChange.html">onDurationChange</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onEmptied" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onEmptied.html">onEmptied</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onEnded" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onEnded.html">onEnded</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onError" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onError.html">onError</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>error</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onFocus" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onFocus.html">onFocus</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>focus</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onFullscreenChange" class="property inherited"> <span class="name"><a href="../dart-html/Element/onFullscreenChange.html">onFullscreenChange</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>fullscreenchange</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onFullscreenError" class="property inherited"> <span class="name"><a href="../dart-html/Element/onFullscreenError.html">onFullscreenError</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>fullscreenerror</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onInput" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onInput.html">onInput</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>input</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onInvalid" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onInvalid.html">onInvalid</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>invalid</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onKeyDown" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onKeyDown.html">onKeyDown</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/KeyboardEvent-class.html">KeyboardEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>keydown</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onKeyPress" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onKeyPress.html">onKeyPress</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/KeyboardEvent-class.html">KeyboardEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>keypress</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onKeyUp" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onKeyUp.html">onKeyUp</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/KeyboardEvent-class.html">KeyboardEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>keyup</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onLoad" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onLoad.html">onLoad</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>load</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onLoadedData" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onLoadedData.html">onLoadedData</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onLoadedMetadata" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onLoadedMetadata.html">onLoadedMetadata</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onMouseDown" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onMouseDown.html">onMouseDown</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/MouseEvent-class.html">MouseEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>mousedown</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onMouseEnter" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onMouseEnter.html">onMouseEnter</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/MouseEvent-class.html">MouseEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>mouseenter</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onMouseLeave" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onMouseLeave.html">onMouseLeave</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/MouseEvent-class.html">MouseEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>mouseleave</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onMouseMove" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onMouseMove.html">onMouseMove</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/MouseEvent-class.html">MouseEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>mousemove</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onMouseOut" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onMouseOut.html">onMouseOut</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/MouseEvent-class.html">MouseEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>mouseout</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onMouseOver" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onMouseOver.html">onMouseOver</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/MouseEvent-class.html">MouseEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>mouseover</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onMouseUp" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onMouseUp.html">onMouseUp</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/MouseEvent-class.html">MouseEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>mouseup</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onMouseWheel" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onMouseWheel.html">onMouseWheel</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/WheelEvent-class.html">WheelEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>mousewheel</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onPaste" class="property inherited"> <span class="name"><a href="../dart-html/Element/onPaste.html">onPaste</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/ClipboardEvent-class.html">ClipboardEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>paste</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onPause" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onPause.html">onPause</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onPlay" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onPlay.html">onPlay</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onPlaying" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onPlaying.html">onPlaying</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onRateChange" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onRateChange.html">onRateChange</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onReset" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onReset.html">onReset</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>reset</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onResize" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onResize.html">onResize</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onScroll" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onScroll.html">onScroll</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>scroll</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onSearch" class="property inherited"> <span class="name"><a href="../dart-html/Element/onSearch.html">onSearch</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>search</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onSeeked" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onSeeked.html">onSeeked</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onSeeking" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onSeeking.html">onSeeking</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onSelect" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onSelect.html">onSelect</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>select</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onSelectStart" class="property inherited"> <span class="name"><a href="../dart-html/Element/onSelectStart.html">onSelectStart</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>selectstart</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onStalled" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onStalled.html">onStalled</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onSubmit" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onSubmit.html">onSubmit</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>submit</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onSuspend" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onSuspend.html">onSuspend</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onTimeUpdate" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onTimeUpdate.html">onTimeUpdate</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onTouchCancel" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onTouchCancel.html">onTouchCancel</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/TouchEvent-class.html">TouchEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>touchcancel</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onTouchEnd" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onTouchEnd.html">onTouchEnd</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/TouchEvent-class.html">TouchEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>touchend</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onTouchEnter" class="property inherited"> <span class="name"><a href="../dart-html/Element/onTouchEnter.html">onTouchEnter</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/TouchEvent-class.html">TouchEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>touchenter</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onTouchLeave" class="property inherited"> <span class="name"><a href="../dart-html/Element/onTouchLeave.html">onTouchLeave</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/TouchEvent-class.html">TouchEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>touchleave</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onTouchMove" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onTouchMove.html">onTouchMove</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/TouchEvent-class.html">TouchEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>touchmove</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onTouchStart" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onTouchStart.html">onTouchStart</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/TouchEvent-class.html">TouchEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>touchstart</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onTransitionEnd" class="property inherited"> <span class="name"><a href="../dart-html/Element/onTransitionEnd.html">onTransitionEnd</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/TransitionEvent-class.html">TransitionEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> Stream of <code>transitionend</code> events handled by this <a href="../dart-html/Element-class.html">Element</a>. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onVolumeChange" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onVolumeChange.html">onVolumeChange</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onWaiting" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onWaiting.html">onWaiting</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Event-class.html">Event</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="onWheel" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/onWheel.html">onWheel</a></span> <span class="signature">&#8594; <a href="../dart-html/ElementStream-class.html">ElementStream</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/WheelEvent-class.html">WheelEvent</a></span>&gt;</span></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="outerHtml" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/outerHtml.html">outerHtml</a></span> <span class="signature">&#8594; <a href="../dart-core/String-class.html">String</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="ownerDocument" class="property inherited"> <span class="name"><a href="../dart-html/Node/ownerDocument.html">ownerDocument</a></span> <span class="signature">&#8594; <a href="../dart-html/Document-class.html">Document</a>?</span> </dt> <dd class="inherited"> The document this node belongs to. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="ownerSvgElement" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/ownerSvgElement.html">ownerSvgElement</a></span> <span class="signature">&#8594; <a href="../dart-svg/SvgSvgElement-class.html">SvgSvgElement</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="paddingEdge" class="property inherited"> <span class="name"><a href="../dart-html/Element/paddingEdge.html">paddingEdge</a></span> <span class="signature">&#8594; <a href="../dart-html/CssRect-class.html">CssRect</a></span> </dt> <dd class="inherited"> Access the dimensions and position of this element's content + padding box. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="parent" class="property inherited"> <span class="name"><a href="../dart-html/Node/parent.html">parent</a></span> <span class="signature">&#8594; <a href="../dart-html/Element-class.html">Element</a>?</span> </dt> <dd class="inherited"> The parent element of this node. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="parentNode" class="property inherited"> <span class="name"><a href="../dart-html/Node/parentNode.html">parentNode</a></span> <span class="signature">&#8594; <a href="../dart-html/Node-class.html">Node</a>?</span> </dt> <dd class="inherited"> The parent node of this node. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="pathLength" class="property"> <span class="name"><a href="../dart-svg/GeometryElement/pathLength.html">pathLength</a></span> <span class="signature">&#8594; <a href="../dart-svg/AnimatedNumber-class.html">AnimatedNumber</a>?</span> </dt> <dd> <div class="features"><span class="feature">no setter</span></div> </dd> <dt id="previousElementSibling" class="property inherited"> <span class="name"><a href="../dart-html/Element/previousElementSibling.html">previousElementSibling</a></span> <span class="signature">&#8594; <a href="../dart-html/Element-class.html">Element</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="previousNode" class="property inherited"> <span class="name"><a href="../dart-html/Node/previousNode.html">previousNode</a></span> <span class="signature">&#8594; <a href="../dart-html/Node-class.html">Node</a>?</span> </dt> <dd class="inherited"> The previous sibling node. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="requiredExtensions" class="property inherited"> <span class="name"><a href="../dart-svg/GraphicsElement/requiredExtensions.html">requiredExtensions</a></span> <span class="signature">&#8594; <a href="../dart-svg/StringList-class.html">StringList</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="runtimeType" class="property inherited"> <span class="name"><a href="../dart-core/Object/runtimeType.html">runtimeType</a></span> <span class="signature">&#8594; <a href="../dart-core/Type-class.html">Type</a></span> </dt> <dd class="inherited"> A representation of the runtime type of the object. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="scrollHeight" class="property inherited"> <span class="name"><a href="../dart-html/Element/scrollHeight.html">scrollHeight</a></span> <span class="signature">&#8594; <a href="../dart-core/int-class.html">int</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="scrollLeft" class="property inherited"> <span class="name"><a href="../dart-html/Element/scrollLeft.html">scrollLeft</a></span> <span class="signature">&#8596; <a href="../dart-core/int-class.html">int</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="scrollTop" class="property inherited"> <span class="name"><a href="../dart-html/Element/scrollTop.html">scrollTop</a></span> <span class="signature">&#8596; <a href="../dart-core/int-class.html">int</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="scrollWidth" class="property inherited"> <span class="name"><a href="../dart-html/Element/scrollWidth.html">scrollWidth</a></span> <span class="signature">&#8594; <a href="../dart-core/int-class.html">int</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="shadowRoot" class="property inherited"> <span class="name"><a href="../dart-html/Element/shadowRoot.html">shadowRoot</a></span> <span class="signature">&#8594; <a href="../dart-html/ShadowRoot-class.html">ShadowRoot</a>?</span> </dt> <dd class="inherited"> The shadow root of this shadow host. <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="slot" class="property inherited"> <span class="name"><a href="../dart-html/Element/slot.html">slot</a></span> <span class="signature">&#8596; <a href="../dart-core/String-class.html">String</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="spellcheck" class="property inherited"> <span class="name"><a href="../dart-html/Element/spellcheck.html">spellcheck</a></span> <span class="signature">&#8596; <a href="../dart-core/bool-class.html">bool</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="style" class="property inherited"> <span class="name"><a href="../dart-html/Element/style.html">style</a></span> <span class="signature">&#8594; <a href="../dart-html/CssStyleDeclaration-class.html">CssStyleDeclaration</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="styleMap" class="property inherited"> <span class="name"><a href="../dart-html/Element/styleMap.html">styleMap</a></span> <span class="signature">&#8594; <a href="../dart-html/StylePropertyMap-class.html">StylePropertyMap</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="systemLanguage" class="property inherited"> <span class="name"><a href="../dart-svg/GraphicsElement/systemLanguage.html">systemLanguage</a></span> <span class="signature">&#8594; <a href="../dart-svg/StringList-class.html">StringList</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="tabIndex" class="property inherited"> <span class="name"><a href="../dart-html/Element/tabIndex.html">tabIndex</a></span> <span class="signature">&#8596; <a href="../dart-core/int-class.html">int</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="tagName" class="property inherited"> <span class="name"><a href="../dart-html/Element/tagName.html">tagName</a></span> <span class="signature">&#8594; <a href="../dart-core/String-class.html">String</a></span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="text" class="property inherited"> <span class="name"><a href="../dart-html/Node/text.html">text</a></span> <span class="signature">&#8596; <a href="../dart-core/String-class.html">String</a>?</span> </dt> <dd class="inherited"> All text within this node and its descendants. <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="title" class="property inherited"> <span class="name"><a href="../dart-html/Element/title.html">title</a></span> <span class="signature">&#8596; <a href="../dart-core/String-class.html">String</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="transform" class="property inherited"> <span class="name"><a href="../dart-svg/GraphicsElement/transform.html">transform</a></span> <span class="signature">&#8594; <a href="../dart-svg/AnimatedTransformList-class.html">AnimatedTransformList</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> <dt id="translate" class="property inherited"> <span class="name"><a href="../dart-html/Element/translate.html">translate</a></span> <span class="signature">&#8596; <a href="../dart-core/bool-class.html">bool</a>?</span> </dt> <dd class="inherited"> Specifies whether this element's text content changes when the page is localized. <div class="features"><span class="feature">getter/setter pair</span><span class="feature">inherited</span></div> </dd> <dt id="viewportElement" class="property inherited"> <span class="name"><a href="../dart-svg/SvgElement/viewportElement.html">viewportElement</a></span> <span class="signature">&#8594; <a href="../dart-svg/SvgElement-class.html">SvgElement</a>?</span> </dt> <dd class="inherited"> <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> </dd> </dl> </section> <section class="summary offset-anchor" id="instance-methods"> <h2>Methods</h2> <dl class="callables"> <dt id="addEventListener" class="callable inherited"> <span class="name"><a href="../dart-html/EventTarget/addEventListener.html">addEventListener</a></span><span class="signature">(<wbr><span class="parameter" id="addEventListener-param-type"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">type</span>, </span><span class="parameter" id="addEventListener-param-listener"><span class="type-annotation"><a href="../dart-html/EventListener.html">EventListener</a>?</span> <span class="parameter-name">listener</span>, [</span><span class="parameter" id="addEventListener-param-useCapture"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a>?</span> <span class="parameter-name">useCapture</span></span>]) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="after" class="callable inherited"> <span class="name"><a href="../dart-html/Element/after.html">after</a></span><span class="signature">(<wbr><span class="parameter" id="after-param-nodes"><span class="type-annotation"><a href="../dart-core/Object-class.html">Object</a></span> <span class="parameter-name">nodes</span></span>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="animate" class="callable inherited"> <span class="name"><a href="../dart-html/Element/animate.html">animate</a></span><span class="signature">(<wbr><span class="parameter" id="animate-param-frames"><span class="type-annotation"><a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-core/Map-class.html">Map</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-core/String-class.html">String</a></span>, <span class="type-parameter">dynamic</span>&gt;</span></span>&gt;</span></span> <span class="parameter-name">frames</span>, [</span><span class="parameter" id="animate-param-timing"><span class="type-annotation">dynamic</span> <span class="parameter-name">timing</span></span>]) <span class="returntype parameter">&#8594; <a href="../dart-html/Animation-class.html">Animation</a></span> </span> </dt> <dd class="inherited"> Creates a new AnimationEffect object whose target element is the object on which the method is called, and calls the play() method of the AnimationTimeline object of the document timeline of the node document of the element, passing the newly created AnimationEffect as the argument to the method. Returns an Animation for the effect. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="append" class="callable inherited"> <span class="name"><a href="../dart-html/Node/append.html">append</a></span><span class="signature">(<wbr><span class="parameter" id="append-param-node"><span class="type-annotation"><a href="../dart-html/Node-class.html">Node</a></span> <span class="parameter-name">node</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-html/Node-class.html">Node</a></span> </span> </dt> <dd class="inherited"> Adds a node to the end of the child <a href="../dart-html/Node/nodes.html">nodes</a> list of this node. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="appendHtml" class="callable inherited"> <span class="name"><a href="../dart-html/Element/appendHtml.html">appendHtml</a></span><span class="signature">(<wbr><span class="parameter" id="appendHtml-param-text"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">text</span>, {</span><span class="parameter" id="appendHtml-param-validator"><span class="type-annotation"><a href="../dart-html/NodeValidator-class.html">NodeValidator</a>?</span> <span class="parameter-name">validator</span>, </span><span class="parameter" id="appendHtml-param-treeSanitizer"><span class="type-annotation"><a href="../dart-html/NodeTreeSanitizer-class.html">NodeTreeSanitizer</a>?</span> <span class="parameter-name">treeSanitizer</span></span>}) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> Parses the specified text as HTML and adds the resulting node after the last child of this element. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="appendText" class="callable inherited"> <span class="name"><a href="../dart-html/Element/appendText.html">appendText</a></span><span class="signature">(<wbr><span class="parameter" id="appendText-param-text"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">text</span></span>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> Adds the specified text after the last child of this element. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="attached" class="callable inherited"> <span class="name"><a href="../dart-html/Element/attached.html">attached</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> Called by the DOM when this element has been inserted into the live document. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="attachShadow" class="callable inherited"> <span class="name"><a href="../dart-html/Element/attachShadow.html">attachShadow</a></span><span class="signature">(<wbr><span class="parameter" id="attachShadow-param-shadowRootInitDict"><span class="type-annotation"><a href="../dart-core/Map-class.html">Map</a></span> <span class="parameter-name">shadowRootInitDict</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-html/ShadowRoot-class.html">ShadowRoot</a></span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="attributeChanged" class="callable inherited"> <span class="name"><a href="../dart-html/Element/attributeChanged.html">attributeChanged</a></span><span class="signature">(<wbr><span class="parameter" id="attributeChanged-param-name"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span>, </span><span class="parameter" id="attributeChanged-param-oldValue"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">oldValue</span>, </span><span class="parameter" id="attributeChanged-param-newValue"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">newValue</span></span>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> Called by the DOM whenever an attribute on this has been changed. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="before" class="callable inherited"> <span class="name"><a href="../dart-html/Element/before.html">before</a></span><span class="signature">(<wbr><span class="parameter" id="before-param-nodes"><span class="type-annotation"><a href="../dart-core/Object-class.html">Object</a></span> <span class="parameter-name">nodes</span></span>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="blur" class="callable inherited"> <span class="name"><a href="../dart-svg/SvgElement/blur.html">blur</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="click" class="callable inherited"> <span class="name"><a href="../dart-svg/SvgElement/click.html">click</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="clone" class="callable inherited"> <span class="name"><a href="../dart-html/Node/clone.html">clone</a></span><span class="signature">(<wbr><span class="parameter" id="clone-param-deep"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a>?</span> <span class="parameter-name">deep</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-html/Node-class.html">Node</a></span> </span> </dt> <dd class="inherited"> Returns a copy of this node. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="closest" class="callable inherited"> <span class="name"><a href="../dart-html/Element/closest.html">closest</a></span><span class="signature">(<wbr><span class="parameter" id="closest-param-selectors"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">selectors</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-html/Element-class.html">Element</a>?</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="contains" class="callable inherited"> <span class="name"><a href="../dart-html/Node/contains.html">contains</a></span><span class="signature">(<wbr><span class="parameter" id="contains-param-other"><span class="type-annotation"><a href="../dart-html/Node-class.html">Node</a>?</span> <span class="parameter-name">other</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-core/bool-class.html">bool</a></span> </span> </dt> <dd class="inherited"> Returns true if this node contains the specified node. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="createFragment" class="callable inherited"> <span class="name"><a href="../dart-svg/SvgElement/createFragment.html">createFragment</a></span><span class="signature">(<wbr><span class="parameter" id="createFragment-param-svg"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a>?</span> <span class="parameter-name">svg</span>, {</span><span class="parameter" id="createFragment-param-validator"><span class="type-annotation"><a href="../dart-html/NodeValidator-class.html">NodeValidator</a>?</span> <span class="parameter-name">validator</span>, </span><span class="parameter" id="createFragment-param-treeSanitizer"><span class="type-annotation"><a href="../dart-html/NodeTreeSanitizer-class.html">NodeTreeSanitizer</a>?</span> <span class="parameter-name">treeSanitizer</span></span>}) <span class="returntype parameter">&#8594; <a href="../dart-html/DocumentFragment-class.html">DocumentFragment</a></span> </span> </dt> <dd class="inherited"> Create a DocumentFragment from the HTML fragment and ensure that it follows the sanitization rules specified by the validator or treeSanitizer. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="createShadowRoot" class="callable inherited"> <span class="name"><a href="../dart-html/Element/createShadowRoot.html">createShadowRoot</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; <a href="../dart-html/ShadowRoot-class.html">ShadowRoot</a></span> </span> </dt> <dd class="inherited"> Creates a new shadow root for this shadow host. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="detached" class="callable inherited"> <span class="name"><a href="../dart-html/Element/detached.html">detached</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> Called by the DOM when this element has been removed from the live document. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="dispatchEvent" class="callable inherited"> <span class="name"><a href="../dart-html/EventTarget/dispatchEvent.html">dispatchEvent</a></span><span class="signature">(<wbr><span class="parameter" id="dispatchEvent-param-event"><span class="type-annotation"><a href="../dart-html/Event-class.html">Event</a></span> <span class="parameter-name">event</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-core/bool-class.html">bool</a></span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="enteredView" class="callable inherited"> <span class="name deprecated"><a class="deprecated" href="../dart-html/Element/enteredView.html">enteredView</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> Deprecated*: override <a href="../dart-html/Element/attached.html">attached</a> instead. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="focus" class="callable inherited"> <span class="name"><a href="../dart-svg/SvgElement/focus.html">focus</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="getAnimations" class="callable inherited"> <span class="name"><a href="../dart-html/Element/getAnimations.html">getAnimations</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; <a href="../dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Animation-class.html">Animation</a></span>&gt;</span></span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="getAttribute" class="callable inherited"> <span class="name"><a href="../dart-html/Element/getAttribute.html">getAttribute</a></span><span class="signature">(<wbr><span class="parameter" id="getAttribute-param-name"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-core/String-class.html">String</a>?</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="getAttributeNames" class="callable inherited"> <span class="name"><a href="../dart-html/Element/getAttributeNames.html">getAttributeNames</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; <a href="../dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-core/String-class.html">String</a></span>&gt;</span></span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="getAttributeNS" class="callable inherited"> <span class="name"><a href="../dart-html/Element/getAttributeNS.html">getAttributeNS</a></span><span class="signature">(<wbr><span class="parameter" id="getAttributeNS-param-namespaceURI"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a>?</span> <span class="parameter-name">namespaceURI</span>, </span><span class="parameter" id="getAttributeNS-param-name"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-core/String-class.html">String</a>?</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="getBBox" class="callable inherited"> <span class="name"><a href="../dart-svg/GraphicsElement/getBBox.html">getBBox</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; <a href="../dart-svg/Rect-class.html">Rect</a></span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="getBoundingClientRect" class="callable inherited"> <span class="name"><a href="../dart-html/Element/getBoundingClientRect.html">getBoundingClientRect</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; <a href="../dart-math/Rectangle-class.html">Rectangle</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-core/num-class.html">num</a></span>&gt;</span></span> </span> </dt> <dd class="inherited"> Returns the smallest bounding rectangle that encompasses this element's padding, scrollbar, and border. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="getClientRects" class="callable inherited"> <span class="name"><a href="../dart-html/Element/getClientRects.html">getClientRects</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; <a href="../dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-math/Rectangle-class.html">Rectangle</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-core/num-class.html">num</a></span>&gt;</span></span>&gt;</span></span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="getComputedStyle" class="callable inherited"> <span class="name"><a href="../dart-html/Element/getComputedStyle.html">getComputedStyle</a></span><span class="signature">(<wbr>[<span class="parameter" id="getComputedStyle-param-pseudoElement"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a>?</span> <span class="parameter-name">pseudoElement</span></span>]) <span class="returntype parameter">&#8594; <a href="../dart-html/CssStyleDeclaration-class.html">CssStyleDeclaration</a></span> </span> </dt> <dd class="inherited"> The set of all CSS values applied to this element, including inherited and default values. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="getCtm" class="callable inherited"> <span class="name"><a href="../dart-svg/GraphicsElement/getCtm.html">getCtm</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; <a href="../dart-svg/Matrix-class.html">Matrix</a></span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="getDestinationInsertionPoints" class="callable inherited"> <span class="name"><a href="../dart-html/Element/getDestinationInsertionPoints.html">getDestinationInsertionPoints</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; <a href="../dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Node-class.html">Node</a></span>&gt;</span></span> </span> </dt> <dd class="inherited"> Returns a list of shadow DOM insertion points to which this element is distributed. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="getElementsByClassName" class="callable inherited"> <span class="name"><a href="../dart-html/Element/getElementsByClassName.html">getElementsByClassName</a></span><span class="signature">(<wbr><span class="parameter" id="getElementsByClassName-param-classNames"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">classNames</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Node-class.html">Node</a></span>&gt;</span></span> </span> </dt> <dd class="inherited"> Returns a list of nodes with the given class name inside this element. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="getNamespacedAttributes" class="callable inherited"> <span class="name"><a href="../dart-html/Element/getNamespacedAttributes.html">getNamespacedAttributes</a></span><span class="signature">(<wbr><span class="parameter" id="getNamespacedAttributes-param-namespace"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">namespace</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-core/Map-class.html">Map</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-core/String-class.html">String</a></span>, <span class="type-parameter"><a href="../dart-core/String-class.html">String</a></span>&gt;</span></span> </span> </dt> <dd class="inherited"> Gets a map for manipulating the attributes of a particular namespace. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="getPointAtLength" class="callable"> <span class="name"><a href="../dart-svg/GeometryElement/getPointAtLength.html">getPointAtLength</a></span><span class="signature">(<wbr><span class="parameter" id="getPointAtLength-param-distance"><span class="type-annotation"><a href="../dart-core/num-class.html">num</a></span> <span class="parameter-name">distance</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-svg/Point-class.html">Point</a></span> </span> </dt> <dd> </dd> <dt id="getRootNode" class="callable inherited"> <span class="name"><a href="../dart-html/Node/getRootNode.html">getRootNode</a></span><span class="signature">(<wbr>[<span class="parameter" id="getRootNode-param-options"><span class="type-annotation"><a href="../dart-core/Map-class.html">Map</a>?</span> <span class="parameter-name">options</span></span>]) <span class="returntype parameter">&#8594; <a href="../dart-html/Node-class.html">Node</a></span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="getScreenCtm" class="callable inherited"> <span class="name"><a href="../dart-svg/GraphicsElement/getScreenCtm.html">getScreenCtm</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; <a href="../dart-svg/Matrix-class.html">Matrix</a></span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="getTotalLength" class="callable"> <span class="name"><a href="../dart-svg/GeometryElement/getTotalLength.html">getTotalLength</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; <a href="../dart-core/double-class.html">double</a></span> </span> </dt> <dd> </dd> <dt id="hasAttribute" class="callable inherited"> <span class="name"><a href="../dart-html/Element/hasAttribute.html">hasAttribute</a></span><span class="signature">(<wbr><span class="parameter" id="hasAttribute-param-name"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-core/bool-class.html">bool</a></span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="hasAttributeNS" class="callable inherited"> <span class="name"><a href="../dart-html/Element/hasAttributeNS.html">hasAttributeNS</a></span><span class="signature">(<wbr><span class="parameter" id="hasAttributeNS-param-namespaceURI"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a>?</span> <span class="parameter-name">namespaceURI</span>, </span><span class="parameter" id="hasAttributeNS-param-name"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-core/bool-class.html">bool</a></span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="hasChildNodes" class="callable inherited"> <span class="name"><a href="../dart-html/Node/hasChildNodes.html">hasChildNodes</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; <a href="../dart-core/bool-class.html">bool</a></span> </span> </dt> <dd class="inherited"> Returns true if this node has any children. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="hasPointerCapture" class="callable inherited"> <span class="name"><a href="../dart-html/Element/hasPointerCapture.html">hasPointerCapture</a></span><span class="signature">(<wbr><span class="parameter" id="hasPointerCapture-param-pointerId"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">pointerId</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-core/bool-class.html">bool</a></span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="insertAdjacentElement" class="callable inherited"> <span class="name"><a href="../dart-svg/SvgElement/insertAdjacentElement.html">insertAdjacentElement</a></span><span class="signature">(<wbr><span class="parameter" id="insertAdjacentElement-param-where"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">where</span>, </span><span class="parameter" id="insertAdjacentElement-param-element"><span class="type-annotation"><a href="../dart-html/Element-class.html">Element</a></span> <span class="parameter-name">element</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-html/Element-class.html">Element</a></span> </span> </dt> <dd class="inherited"> Inserts <code>element</code> into the DOM at the specified location. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="insertAdjacentHtml" class="callable inherited"> <span class="name"><a href="../dart-svg/SvgElement/insertAdjacentHtml.html">insertAdjacentHtml</a></span><span class="signature">(<wbr><span class="parameter" id="insertAdjacentHtml-param-where"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">where</span>, </span><span class="parameter" id="insertAdjacentHtml-param-text"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">text</span>, {</span><span class="parameter" id="insertAdjacentHtml-param-validator"><span class="type-annotation"><a href="../dart-html/NodeValidator-class.html">NodeValidator</a>?</span> <span class="parameter-name">validator</span>, </span><span class="parameter" id="insertAdjacentHtml-param-treeSanitizer"><span class="type-annotation"><a href="../dart-html/NodeTreeSanitizer-class.html">NodeTreeSanitizer</a>?</span> <span class="parameter-name">treeSanitizer</span></span>}) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> Parses text as an HTML fragment and inserts it into the DOM at the specified location. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="insertAdjacentText" class="callable inherited"> <span class="name"><a href="../dart-svg/SvgElement/insertAdjacentText.html">insertAdjacentText</a></span><span class="signature">(<wbr><span class="parameter" id="insertAdjacentText-param-where"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">where</span>, </span><span class="parameter" id="insertAdjacentText-param-text"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">text</span></span>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> Inserts text into the DOM at the specified location. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="insertAllBefore" class="callable inherited"> <span class="name"><a href="../dart-html/Node/insertAllBefore.html">insertAllBefore</a></span><span class="signature">(<wbr><span class="parameter" id="insertAllBefore-param-newNodes"><span class="type-annotation"><a href="../dart-core/Iterable-class.html">Iterable</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/Node-class.html">Node</a></span>&gt;</span></span> <span class="parameter-name">newNodes</span>, </span><span class="parameter" id="insertAllBefore-param-child"><span class="type-annotation"><a href="../dart-html/Node-class.html">Node</a></span> <span class="parameter-name">child</span></span>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> Inserts all of the nodes into this node directly before child. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="insertBefore" class="callable inherited"> <span class="name"><a href="../dart-html/Node/insertBefore.html">insertBefore</a></span><span class="signature">(<wbr><span class="parameter" id="insertBefore-param-node"><span class="type-annotation"><a href="../dart-html/Node-class.html">Node</a></span> <span class="parameter-name">node</span>, </span><span class="parameter" id="insertBefore-param-child"><span class="type-annotation"><a href="../dart-html/Node-class.html">Node</a>?</span> <span class="parameter-name">child</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-html/Node-class.html">Node</a></span> </span> </dt> <dd class="inherited"> Inserts the given node into this node directly before child. If child is <code>null</code>, then the given node is inserted at the end of this node's child nodes. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="isPointInFill" class="callable"> <span class="name"><a href="../dart-svg/GeometryElement/isPointInFill.html">isPointInFill</a></span><span class="signature">(<wbr><span class="parameter" id="isPointInFill-param-point"><span class="type-annotation"><a href="../dart-svg/Point-class.html">Point</a></span> <span class="parameter-name">point</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-core/bool-class.html">bool</a></span> </span> </dt> <dd> </dd> <dt id="isPointInStroke" class="callable"> <span class="name"><a href="../dart-svg/GeometryElement/isPointInStroke.html">isPointInStroke</a></span><span class="signature">(<wbr><span class="parameter" id="isPointInStroke-param-point"><span class="type-annotation"><a href="../dart-svg/Point-class.html">Point</a></span> <span class="parameter-name">point</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-core/bool-class.html">bool</a></span> </span> </dt> <dd> </dd> <dt id="leftView" class="callable inherited"> <span class="name deprecated"><a class="deprecated" href="../dart-html/Element/leftView.html">leftView</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> Deprecated*: override <a href="../dart-html/Element/detached.html">detached</a> instead. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="matches" class="callable inherited"> <span class="name"><a href="../dart-html/Element/matches.html">matches</a></span><span class="signature">(<wbr><span class="parameter" id="matches-param-selectors"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">selectors</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-core/bool-class.html">bool</a></span> </span> </dt> <dd class="inherited"> Checks if this element matches the CSS selectors. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="matchesWithAncestors" class="callable inherited"> <span class="name"><a href="../dart-html/Element/matchesWithAncestors.html">matchesWithAncestors</a></span><span class="signature">(<wbr><span class="parameter" id="matchesWithAncestors-param-selectors"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">selectors</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-core/bool-class.html">bool</a></span> </span> </dt> <dd class="inherited"> Checks if this element or any of its parents match the CSS selectors. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="noSuchMethod" class="callable inherited"> <span class="name"><a href="../dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="../dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>) <span class="returntype parameter">&#8594; dynamic</span> </span> </dt> <dd class="inherited"> Invoked when a nonexistent method or property is accessed. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="offsetTo" class="callable inherited"> <span class="name"><a href="../dart-html/Element/offsetTo.html">offsetTo</a></span><span class="signature">(<wbr><span class="parameter" id="offsetTo-param-parent"><span class="type-annotation"><a href="../dart-html/Element-class.html">Element</a></span> <span class="parameter-name">parent</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-math/Point-class.html">Point</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-core/num-class.html">num</a></span>&gt;</span></span> </span> </dt> <dd class="inherited"> Provides the offset of this element's <a href="../dart-html/Element/borderEdge.html">borderEdge</a> relative to the specified <code>parent</code>. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="querySelector" class="callable inherited"> <span class="name"><a href="../dart-html/Element/querySelector.html">querySelector</a></span><span class="signature">(<wbr><span class="parameter" id="querySelector-param-selectors"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">selectors</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-html/Element-class.html">Element</a>?</span> </span> </dt> <dd class="inherited"> Finds the first descendant element of this element that matches the specified group of selectors. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="querySelectorAll" class="callable inherited"> <span class="name"><a href="../dart-html/Element/querySelectorAll.html">querySelectorAll</a></span><span class="signature">&lt;<wbr><span class="type-parameter">T extends <a href="../dart-html/Element-class.html">Element</a></span>&gt;</span><span class="signature">(<wbr><span class="parameter" id="querySelectorAll-param-selectors"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">selectors</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-html/ElementList-class.html">ElementList</a><span class="signature">&lt;<wbr><span class="type-parameter">T</span>&gt;</span></span> </span> </dt> <dd class="inherited"> Finds all descendent elements of this element that match the specified group of selectors. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="releasePointerCapture" class="callable inherited"> <span class="name"><a href="../dart-html/Element/releasePointerCapture.html">releasePointerCapture</a></span><span class="signature">(<wbr><span class="parameter" id="releasePointerCapture-param-pointerId"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">pointerId</span></span>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="remove" class="callable inherited"> <span class="name"><a href="../dart-html/Node/remove.html">remove</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> Removes this node from the DOM. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="removeAttribute" class="callable inherited"> <span class="name"><a href="../dart-html/Element/removeAttribute.html">removeAttribute</a></span><span class="signature">(<wbr><span class="parameter" id="removeAttribute-param-name"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span></span>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="removeAttributeNS" class="callable inherited"> <span class="name"><a href="../dart-html/Element/removeAttributeNS.html">removeAttributeNS</a></span><span class="signature">(<wbr><span class="parameter" id="removeAttributeNS-param-namespaceURI"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a>?</span> <span class="parameter-name">namespaceURI</span>, </span><span class="parameter" id="removeAttributeNS-param-name"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span></span>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="removeEventListener" class="callable inherited"> <span class="name"><a href="../dart-html/EventTarget/removeEventListener.html">removeEventListener</a></span><span class="signature">(<wbr><span class="parameter" id="removeEventListener-param-type"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">type</span>, </span><span class="parameter" id="removeEventListener-param-listener"><span class="type-annotation"><a href="../dart-html/EventListener.html">EventListener</a>?</span> <span class="parameter-name">listener</span>, [</span><span class="parameter" id="removeEventListener-param-useCapture"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a>?</span> <span class="parameter-name">useCapture</span></span>]) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="replaceWith" class="callable inherited"> <span class="name"><a href="../dart-html/Node/replaceWith.html">replaceWith</a></span><span class="signature">(<wbr><span class="parameter" id="replaceWith-param-otherNode"><span class="type-annotation"><a href="../dart-html/Node-class.html">Node</a></span> <span class="parameter-name">otherNode</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-html/Node-class.html">Node</a></span> </span> </dt> <dd class="inherited"> Replaces this node with another node. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="requestFullscreen" class="callable inherited"> <span class="name"><a href="../dart-html/Element/requestFullscreen.html">requestFullscreen</a></span><span class="signature">(<wbr>[<span class="parameter" id="requestFullscreen-param-options"><span class="type-annotation"><a href="../dart-core/Map-class.html">Map</a>?</span> <span class="parameter-name">options</span></span>]) <span class="returntype parameter">&#8594; <a href="../dart-async/Future-class.html">Future</a><span class="signature">&lt;<wbr><span class="type-parameter">void</span>&gt;</span></span> </span> </dt> <dd class="inherited"> Displays this element fullscreen. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="requestPointerLock" class="callable inherited"> <span class="name"><a href="../dart-html/Element/requestPointerLock.html">requestPointerLock</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="scroll" class="callable inherited"> <span class="name"><a href="../dart-html/Element/scroll.html">scroll</a></span><span class="signature">(<wbr>[<span class="parameter" id="scroll-param-options_OR_x"><span class="type-annotation">dynamic</span> <span class="parameter-name">options_OR_x</span>, </span><span class="parameter" id="scroll-param-y"><span class="type-annotation"><a href="../dart-core/num-class.html">num</a>?</span> <span class="parameter-name">y</span></span>]) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="scrollBy" class="callable inherited"> <span class="name"><a href="../dart-html/Element/scrollBy.html">scrollBy</a></span><span class="signature">(<wbr>[<span class="parameter" id="scrollBy-param-options_OR_x"><span class="type-annotation">dynamic</span> <span class="parameter-name">options_OR_x</span>, </span><span class="parameter" id="scrollBy-param-y"><span class="type-annotation"><a href="../dart-core/num-class.html">num</a>?</span> <span class="parameter-name">y</span></span>]) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="scrollIntoView" class="callable inherited"> <span class="name"><a href="../dart-html/Element/scrollIntoView.html">scrollIntoView</a></span><span class="signature">(<wbr>[<span class="parameter" id="scrollIntoView-param-alignment"><span class="type-annotation"><a href="../dart-html/ScrollAlignment-class.html">ScrollAlignment</a>?</span> <span class="parameter-name">alignment</span></span>]) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> Scrolls this element into view. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="scrollIntoViewIfNeeded" class="callable inherited"> <span class="name"><a href="../dart-html/Element/scrollIntoViewIfNeeded.html">scrollIntoViewIfNeeded</a></span><span class="signature">(<wbr>[<span class="parameter" id="scrollIntoViewIfNeeded-param-centerIfNeeded"><span class="type-annotation"><a href="../dart-core/bool-class.html">bool</a>?</span> <span class="parameter-name">centerIfNeeded</span></span>]) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> Nonstandard version of <code>scrollIntoView</code> that scrolls the current element into the visible area of the browser window if it's not already within the visible area of the browser window. If the element is already within the visible area of the browser window, then no scrolling takes place. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="scrollTo" class="callable inherited"> <span class="name"><a href="../dart-html/Element/scrollTo.html">scrollTo</a></span><span class="signature">(<wbr>[<span class="parameter" id="scrollTo-param-options_OR_x"><span class="type-annotation">dynamic</span> <span class="parameter-name">options_OR_x</span>, </span><span class="parameter" id="scrollTo-param-y"><span class="type-annotation"><a href="../dart-core/num-class.html">num</a>?</span> <span class="parameter-name">y</span></span>]) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="setApplyScroll" class="callable inherited"> <span class="name"><a href="../dart-html/Element/setApplyScroll.html">setApplyScroll</a></span><span class="signature">(<wbr><span class="parameter" id="setApplyScroll-param-nativeScrollBehavior"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">nativeScrollBehavior</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-async/Future-class.html">Future</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/ScrollState-class.html">ScrollState</a></span>&gt;</span></span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="setAttribute" class="callable inherited"> <span class="name"><a href="../dart-html/Element/setAttribute.html">setAttribute</a></span><span class="signature">(<wbr><span class="parameter" id="setAttribute-param-name"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span>, </span><span class="parameter" id="setAttribute-param-value"><span class="type-annotation"><a href="../dart-core/Object-class.html">Object</a></span> <span class="parameter-name">value</span></span>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="setAttributeNS" class="callable inherited"> <span class="name"><a href="../dart-html/Element/setAttributeNS.html">setAttributeNS</a></span><span class="signature">(<wbr><span class="parameter" id="setAttributeNS-param-namespaceURI"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a>?</span> <span class="parameter-name">namespaceURI</span>, </span><span class="parameter" id="setAttributeNS-param-name"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span>, </span><span class="parameter" id="setAttributeNS-param-value"><span class="type-annotation"><a href="../dart-core/Object-class.html">Object</a></span> <span class="parameter-name">value</span></span>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="setDistributeScroll" class="callable inherited"> <span class="name"><a href="../dart-html/Element/setDistributeScroll.html">setDistributeScroll</a></span><span class="signature">(<wbr><span class="parameter" id="setDistributeScroll-param-nativeScrollBehavior"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a></span> <span class="parameter-name">nativeScrollBehavior</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-async/Future-class.html">Future</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../dart-html/ScrollState-class.html">ScrollState</a></span>&gt;</span></span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="setInnerHtml" class="callable inherited"> <span class="name"><a href="../dart-html/Element/setInnerHtml.html">setInnerHtml</a></span><span class="signature">(<wbr><span class="parameter" id="setInnerHtml-param-html"><span class="type-annotation"><a href="../dart-core/String-class.html">String</a>?</span> <span class="parameter-name">html</span>, {</span><span class="parameter" id="setInnerHtml-param-validator"><span class="type-annotation"><a href="../dart-html/NodeValidator-class.html">NodeValidator</a>?</span> <span class="parameter-name">validator</span>, </span><span class="parameter" id="setInnerHtml-param-treeSanitizer"><span class="type-annotation"><a href="../dart-html/NodeTreeSanitizer-class.html">NodeTreeSanitizer</a>?</span> <span class="parameter-name">treeSanitizer</span></span>}) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> Parses the HTML fragment and sets it as the contents of this element. This ensures that the generated content follows the sanitization rules specified by the validator or treeSanitizer. <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="setPointerCapture" class="callable inherited"> <span class="name"><a href="../dart-html/Element/setPointerCapture.html">setPointerCapture</a></span><span class="signature">(<wbr><span class="parameter" id="setPointerCapture-param-pointerId"><span class="type-annotation"><a href="../dart-core/int-class.html">int</a></span> <span class="parameter-name">pointerId</span></span>) <span class="returntype parameter">&#8594; void</span> </span> </dt> <dd class="inherited"> <div class="features"><span class="feature">inherited</span></div> </dd> <dt id="toString" class="callable inherited"> <span class="name"><a href="../dart-html/Element/toString.html">toString</a></span><span class="signature">(<wbr>) <span class="returntype parameter">&#8594; <a href="../dart-core/String-class.html">String</a></span> </span> </dt> <dd class="inherited"> The string representation of this element. <div class="features"><span class="feature">inherited</span></div> </dd> </dl> </section> <section class="summary offset-anchor inherited" id="operators"> <h2>Operators</h2> <dl class="callables"> <dt id="operator ==" class="callable inherited"> <span class="name"><a href="../dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="../dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>) <span class="returntype parameter">&#8594; <a href="../dart-core/bool-class.html">bool</a></span> </span> </dt> <dd class="inherited"> The equality operator. <div class="features"><span class="feature">inherited</span></div> </dd> </dl> </section> </div> <!-- /.main-content --> <div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left"> <!-- The search input and breadcrumbs below are only responsively visible at low resolutions. --> <header id="header-search-sidebar" class="hidden-l"> <form class="search-sidebar" role="search"> <input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search..."> </form> </header> <ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav"> <li><a href="../index.html">Dart</a></li> <li><a href="../dart-svg/dart-svg-library.html">dart:svg</a></li> <li class="self-crumb">GeometryElement class</li> </ol> <h5>dart:svg library</h5> <div id="dartdoc-sidebar-left-content"></div> </div> <div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right"> </div><!--/.sidebar-offcanvas--> </main> <footer> <span class="no-break"> Dart 3.5.4 </span> <span class="glue-footer"> <span class="no-break"> | <a href="https://dart.dev/terms" title="Terms of use">Terms</a> </span> <span class="no-break"> | <a href="https://policies.google.com/privacy" target="_blank" rel="noopener" title="Privacy policy" class="no-automatic-external">Privacy</a> </span> <span class="no-break"> | <a href="https://dart.dev/security" title="Security philosophy and practices">Security</a> </span> <div class="copyright" style="font-size: 0.9em; color: darkgrey; margin-top: 0.5em;"> Except as otherwise noted, this site is licensed under a <a style="color: darkgrey;" href="https://creativecommons.org/licenses/by/4.0/"> Creative Commons Attribution 4.0 International License</a> and code samples are licensed under the <a style="color: darkgrey;" href="https://opensource.org/licenses/BSD-3-Clause" class="no-automatic-external"> 3-Clause BSD License</a> </div> </span> </footer> <script src="../static-assets/highlight.pack.js?v1"></script> <script src="../static-assets/docs.dart.js"></script> <button aria-hidden="true" class="glue-footer__link glue-cookie-notification-bar-control"> Cookies management controls </button> <script src="https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js" data-glue-cookie-notification-bar-category="2B"> </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10