MessageActions constructor
const
MessageActions({
- Key? key,
- required dynamic onAction(),
Implementation
const MessageActions({Key? key, required this.onAction}) : super(key: key);