DropdownButton<T> constructor
const
DropdownButton<T> ({})
Creates a new dropdown button.
Implementation
const DropdownButton({
required this.items,
this.value,
this.onChanged,
this.hint,
this.style = Style.empty,
this.dropdownStyle = const Style(modifiers: Modifier.reverse),
this.focused = false,
});