Select constructor
Select({})
Implementation
Select({
super.id,
super.attributes,
super.style,
super.className,
this.onSelect,
this.defaultValue,
this.options = const [],
}) : super(tag: 'select');
Select({
super.id,
super.attributes,
super.style,
super.className,
this.onSelect,
this.defaultValue,
this.options = const [],
}) : super(tag: 'select');