CDropdown<T> constructor
const
CDropdown<T> ({})
Implementation
const CDropdown({
super.key,
required this.label,
required this.items,
required this.onChanged,
this.value,
this.errorText,
this.menuMaxHeight,
});