menu
Dart
dart:html
TextInputElement
TextInputElement factory constructor
TextInputElement
brightness_4
brightness_5
description
TextInputElement
constructor
TextInputElement
(
)
Implementation
factory TextInputElement() => new InputElement(type: 'text');
Dart
dart:html
TextInputElement
TextInputElement factory constructor
TextInputElement class