RichLink constructor
RichLink({
- String? richLinkId,
- RichLinkProperties? richLinkProperties,
- List<
String> ? suggestedDeletionIds, - List<
String> ? suggestedInsertionIds, - Map<
String, SuggestedTextStyle> ? suggestedTextStyleChanges, - TextStyle? textStyle,
Implementation
RichLink({
this.richLinkId,
this.richLinkProperties,
this.suggestedDeletionIds,
this.suggestedInsertionIds,
this.suggestedTextStyleChanges,
this.textStyle,
});