MiuixDropdownEntry constructor
const
MiuixDropdownEntry({
- required List<
MiuixDropdownItem> items, - bool enabled = true,
Implementation
const MiuixDropdownEntry({
required this.items,
this.enabled = true,
});