ActionItem constructor
const
ActionItem({})
ActionItem constructor requires id and title while initializing.
Implementation
const ActionItem(
{required this.id,
required this.title,
this.iconUrl,
this.iconUrlPackageName,
this.iconTint,
this.iconBackground,
this.iconCornerRadius,
this.background,
this.cornerRadius,
// this.actionCallBack,
this.titleStyle,
this.onItemClick});