Element.br constructor - Element - dart:html library (original) (raw)

description

Element.br()

Creates a new <br> element.

This is equivalent to calling new Element.tag('br').

Implementation

factory Element.br() => new BRElement();