OpenDropdown constructor
const
OpenDropdown({})
Implementation
const OpenDropdown({
Key? key,
required this.hint,
required this.items,
required this.onChanged,
required this.width,
this.value,
}) : super(key: key);