ClueDropDownButton<T, E> constructor
const
ClueDropDownButton<T, E> ({})
Implementation
const ClueDropDownButton(
{super.key,
this.enabled = true,
this.selectedKey,
this.blockKeyList = const [],
required this.itemMap,
this.width,
this.borderColor,
required this.onChanged,
this.noneText,
this.arrowImage});