DropdownItem constructor
DropdownItem({
- required String title,
- required dynamic value,
Implementation
DropdownItem({required this.title, required this.value});
DropdownItem({required this.title, required this.value});