MagicDropdownSingleSelect constructor
const
MagicDropdownSingleSelect({})
Implementation
const MagicDropdownSingleSelect(
{Key? key,
required this.selectableValues,
required this.onChanged,
this.selected,
this.height,
this.width})
: super(key: key);