DataList constructor
DataList([
- String? value
The <datalist> HTML element contains
a set of <option> elements that represent
the permissible or recommended options available
to choose from within other controls.
Read more...
Implementation
DataList([super.value]) {
tag = 'datalist';
}