CNToolbarAction constructor
const
CNToolbarAction({})
Creates a toolbar action item.
Implementation
const CNToolbarAction({
this.icon,
this.label,
this.onPressed,
this.padding,
this.labelSize,
this.iconSize,
this.tint,
this.badgeValue,
this.badgeColor,
}) : popupMenuItems = null,
onPopupMenuSelected = null,
_isFixedSpace = false,
_isFlexibleSpace = false,
_usePopupMenuButton = false,
_usePullDownButton = false;