Dropdown<T> constructor
const
Dropdown<T> ({})
Implementation
const Dropdown({
Key? id,
required this.options,
required this.state,
this.selected,
this.display,
this.onChanged,
this.placeholder = 'Select...',
this.maxDropdownHeight = 5,
}) : _id = id;