ConversationItemSlidePanel constructor
ConversationItemSlidePanel({})
Implementation
ConversationItemSlidePanel({
Key? key,
this.flex = 1,
this.backgroundColor = Colors.white,
this.foregroundColor,
this.autoClose = true,
required this.onPressed,
this.icon,
this.spacing = 4,
this.label,
}) : assert(flex > 0),
assert(icon != null || label != null),
super(key: key);