SuggestedActionCustom constructor
SuggestedActionCustom({
- required String name,
- FormattedText? title,
- FormattedText? description,
- required String url,
Implementation
SuggestedActionCustom({
required this.name,
this.title,
this.description,
required this.url,
});