SuggestedActions constructor
Implementation
const SuggestedActions({
super.key,
required this.mode,
required this.messageCount,
required this.isLoading,
required this.onSend,
required this.onPopulate,
});
const SuggestedActions({
super.key,
required this.mode,
required this.messageCount,
required this.isLoading,
required this.onSend,
required this.onPopulate,
});