CardAction constructor
const
CardAction({})
Implementation
const CardAction({
required this.id,
this.label,
this.labelStyle,
this.icon,
this.iconColor,
this.iconSize,
this.tooltip,
this.data,
});
const CardAction({
required this.id,
this.label,
this.labelStyle,
this.icon,
this.iconColor,
this.iconSize,
this.tooltip,
this.data,
});