icon property

IconData? icon
final

Icon of this PullDownMenuItem.

If the iconWidget is used, this property must be null;

If used in PullDownMenuActionsRow either this or iconWidget are required.

Implementation

final IconData? icon;