NomoDropDownItemString<T> constructor
const
NomoDropDownItemString<T> ({
- required T value,
- required String title,
Implementation
const NomoDropDownItemString({
required super.value,
required this.title,
});