DropDownItem<T> constructor
const
DropDownItem<T> ({
- required T value,
- required String displayName,
Implementation
const DropDownItem({
required this.value,
required this.displayName,
});