FootnoteReference constructor

FootnoteReference({
  1. String? footnoteId,
  2. String? footnoteNumber,
  3. List<String>? suggestedDeletionIds,
  4. List<String>? suggestedInsertionIds,
  5. Map<String, SuggestedTextStyle>? suggestedTextStyleChanges,
  6. TextStyle? textStyle,
})

Implementation

FootnoteReference({
  this.footnoteId,
  this.footnoteNumber,
  this.suggestedDeletionIds,
  this.suggestedInsertionIds,
  this.suggestedTextStyleChanges,
  this.textStyle,
});