NiceDropDownItem constructor
Implementation
const NiceDropDownItem({
required this.key,
this.label,
this.icon,
this.onTap,
this.disabled = false,
this.isDivider = false,
});
const NiceDropDownItem({
required this.key,
this.label,
this.icon,
this.onTap,
this.disabled = false,
this.isDivider = false,
});