PopupMenuItemsRF constructor

PopupMenuItemsRF({
  1. IconData? icon,
  2. String? label,
  3. Function? action,
  4. bool separator = true,
})

Implementation

PopupMenuItemsRF({this.icon, this.label, this.action, this.separator = true});