ChatEventItemAction constructor
const
ChatEventItemAction({
- required String title,
- dynamic onPressed(
- BuildContext context,
- String roomId,
- String userId,
- dynamic data,
- bool highlight = false,
Implementation
const ChatEventItemAction({
required this.title,
this.onPressed,
this.highlight = false,
});