Element.textarea constructor Null safety

Element.textarea()

Creates a new <textarea> element.

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

Implementation

factory Element.textarea() => new Element.tag('textarea');