dropdownOptions property
Specifies which Columns has to have DropDownMenu
dropdownOptions: const {
'Priority': ['Low', 'Medium', 'High'],
'Status': ['Unverified', 'Verified', 'Closed'],
},
Implementation
final Map<String, List<String>> dropdownOptions;