InlineObjectElement constructor

InlineObjectElement({
  1. String? inlineObjectId,
  2. List<String>? suggestedDeletionIds,
  3. List<String>? suggestedInsertionIds,
  4. Map<String, SuggestedTextStyle>? suggestedTextStyleChanges,
  5. TextStyle? textStyle,
})

Implementation

InlineObjectElement({
  this.inlineObjectId,
  this.suggestedDeletionIds,
  this.suggestedInsertionIds,
  this.suggestedTextStyleChanges,
  this.textStyle,
});