RichLink constructor

RichLink({
  1. String? richLinkId,
  2. RichLinkProperties? richLinkProperties,
  3. List<String>? suggestedDeletionIds,
  4. List<String>? suggestedInsertionIds,
  5. Map<String, SuggestedTextStyle>? suggestedTextStyleChanges,
  6. TextStyle? textStyle,
})

Implementation

RichLink({
  this.richLinkId,
  this.richLinkProperties,
  this.suggestedDeletionIds,
  this.suggestedInsertionIds,
  this.suggestedTextStyleChanges,
  this.textStyle,
});