Element.br constructor
Creates a new <br>
element.
This is equivalent to calling new Element.tag('br')
.
Implementation
factory Element.br() => new BRElement();
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Creates a new <br>
element.
This is equivalent to calling new Element.tag('br')
.
factory Element.br() => new BRElement();