Select constructor
Select([
- String? value
The <select> HTML element represents
a control that provides a menu of options.
Read more...
Implementation
Select([super.value]) {
tag = 'select';
}
The <select> HTML element represents
a control that provides a menu of options.
Read more...
Select([super.value]) {
tag = 'select';
}