MessageActionSheet constructor
const
MessageActionSheet({
- Key? key,
- bool isMine = false,
- bool isPinned = false,
- bool isFile = false,
- VoidCallback? onReply,
- VoidCallback? onCopy,
- VoidCallback? onPin,
- VoidCallback? onEdit,
- VoidCallback? onDelete,
- dynamic onReact(
- String emoji
Implementation
const MessageActionSheet({
super.key,
this.isMine = false,
this.isPinned = false,
this.isFile = false,
this.onReply,
this.onCopy,
this.onPin,
this.onEdit,
this.onDelete,
this.onReact,
});