PopupMenuItemsRF constructor
PopupMenuItemsRF({
- FaIconData? icon,
- String? label,
- Function? action,
- bool separator = true,
Implementation
PopupMenuItemsRF({this.icon, this.label, this.action, this.separator = true});