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