copyWith method

FluentEditorLabels copyWith({
  1. String? file,
  2. String? save,
  3. String? open,
  4. String? exportAs,
  5. String? microsoftWord,
  6. String? libreOffice,
  7. String? pdf,
  8. String? html,
  9. String? markdown,
  10. String? importHtml,
  11. String? importMarkdown,
  12. String? importDocx,
  13. String? importOdt,
  14. String? fileSaved,
  15. String? fileLoaded,
  16. String? fileLoadError,
  17. String? exportSuccess,
  18. String? exportError,
  19. String? documentCopied,
  20. String? edit,
  21. String? undo,
  22. String? redo,
  23. String? cut,
  24. String? copy,
  25. String? paste,
  26. String? pasteWithoutFormatting,
  27. String? selectAll,
  28. String? delete,
  29. String? wordCount,
  30. String? characterCount,
  31. String? insert,
  32. String? link,
  33. String? image,
  34. String? table,
  35. String? horizontalLine,
  36. String? settings,
  37. String? showStats,
  38. String? documentLanguage,
  39. String? format,
  40. String? text,
  41. String? bold,
  42. String? italic,
  43. String? underline,
  44. String? strikethrough,
  45. String? superscript,
  46. String? subscript,
  47. String? smallCaps,
  48. String? styles,
  49. String? align,
  50. String? alignLeft,
  51. String? alignCenter,
  52. String? alignRight,
  53. String? justify,
  54. String? increaseIndent,
  55. String? decreaseIndent,
  56. String? alignAndIndent,
  57. String? lineSpacing,
  58. String? lineSpacingSingle,
  59. String? lineSpacing115,
  60. String? lineSpacing15,
  61. String? lineSpacingDouble,
  62. String? paragraphSpacing,
  63. String? textColor,
  64. String? highlightColor,
  65. String? insertLink,
  66. String? cancel,
  67. String? confirmButton,
  68. String? insertButton,
  69. String? apply,
  70. String? insertImage,
  71. String? or,
  72. String? done,
  73. String? url,
  74. String? urlHint,
  75. String? urlRequired,
  76. String? linkText,
  77. String? linkTextHint,
  78. String? linkTextRequired,
  79. String? lineHeight,
  80. String? spacingBefore,
  81. String? spacingAfter,
  82. String? imageUrl,
  83. String? imageUrlHint,
  84. String? dragImageHere,
  85. String? clickToChooseImage,
  86. String? imageSelected,
  87. String? fileReadError,
  88. String? chooseListMarkerType,
  89. String? all,
  90. String? bullets,
  91. String? numbers,
  92. String? checkboxes,
  93. String? replaceImage,
  94. String? replaceLink,
  95. String? deleteImage,
  96. String? deleteLink,
  97. String? goToLink,
  98. String? insertRowAbove,
  99. String? insertRowBelow,
  100. String? addCommentLabel,
  101. String? commentDialogTitle,
  102. String? commentHint,
  103. String? commentOverlapWarning,
  104. String? sidebarTitle,
  105. String? emptySidebarMessage,
  106. String? showResolvedLabel,
  107. String? showCommentsLabel,
  108. String? hideCommentsLabel,
  109. String? deletedTextLabel,
  110. String? resolvedLabel,
  111. String? replyHint,
  112. String? resolveButton,
  113. String? defaultAuthorName,
  114. String? anonymousLabel,
  115. String? pdfCommentSubject,
  116. String? authorInfoDialogTitle,
  117. String? authorNameLabel,
  118. String? authorNameHint,
  119. String? setAuthorLabel,
})

Creates a copy of this FluentEditorLabels with specified fields overridden.

Implementation

FluentEditorLabels copyWith({
  String? file,
  String? save,
  String? open,
  String? exportAs,
  String? microsoftWord,
  String? libreOffice,
  String? pdf,
  String? html,
  String? markdown,
  String? importHtml,
  String? importMarkdown,
  String? importDocx,
  String? importOdt,
  String? fileSaved,
  String? fileLoaded,
  String? fileLoadError,
  String? exportSuccess,
  String? exportError,
  String? documentCopied,
  String? edit,
  String? undo,
  String? redo,
  String? cut,
  String? copy,
  String? paste,
  String? pasteWithoutFormatting,
  String? selectAll,
  String? delete,
  String? wordCount,
  String? characterCount,
  String? insert,
  String? link,
  String? image,
  String? table,
  String? horizontalLine,
  String? settings,
  String? showStats,
  String? documentLanguage,
  String? format,
  String? text,
  String? bold,
  String? italic,
  String? underline,
  String? strikethrough,
  String? superscript,
  String? subscript,
  String? smallCaps,
  String? styles,
  String? align,
  String? alignLeft,
  String? alignCenter,
  String? alignRight,
  String? justify,
  String? increaseIndent,
  String? decreaseIndent,
  String? alignAndIndent,
  String? lineSpacing,
  String? lineSpacingSingle,
  String? lineSpacing115,
  String? lineSpacing15,
  String? lineSpacingDouble,
  String? paragraphSpacing,
  String? textColor,
  String? highlightColor,
  String? insertLink,
  String? cancel,
  String? confirmButton,
  String? insertButton,
  String? apply,
  String? insertImage,
  String? or,
  String? done,
  String? url,
  String? urlHint,
  String? urlRequired,
  String? linkText,
  String? linkTextHint,
  String? linkTextRequired,
  String? lineHeight,
  String? spacingBefore,
  String? spacingAfter,
  String? imageUrl,
  String? imageUrlHint,
  String? dragImageHere,
  String? clickToChooseImage,
  String? imageSelected,
  String? fileReadError,
  String? chooseListMarkerType,
  String? all,
  String? bullets,
  String? numbers,
  String? checkboxes,
  String? replaceImage,
  String? replaceLink,
  String? deleteImage,
  String? deleteLink,
  String? goToLink,
  String? insertRowAbove,
  String? insertRowBelow,
  String? addCommentLabel,
  String? commentDialogTitle,
  String? commentHint,
  String? commentOverlapWarning,
  String? sidebarTitle,
  String? emptySidebarMessage,
  String? showResolvedLabel,
  String? showCommentsLabel,
  String? hideCommentsLabel,
  String? deletedTextLabel,
  String? resolvedLabel,
  String? replyHint,
  String? resolveButton,
  String? defaultAuthorName,
  String? anonymousLabel,
  String? pdfCommentSubject,
  String? authorInfoDialogTitle,
  String? authorNameLabel,
  String? authorNameHint,
  String? setAuthorLabel,
}) {
  return FluentEditorLabels(
    file: file ?? this.file,
    save: save ?? this.save,
    open: open ?? this.open,
    exportAs: exportAs ?? this.exportAs,
    microsoftWord: microsoftWord ?? this.microsoftWord,
    libreOffice: libreOffice ?? this.libreOffice,
    pdf: pdf ?? this.pdf,
    html: html ?? this.html,
    markdown: markdown ?? this.markdown,
    importHtml: importHtml ?? this.importHtml,
    importMarkdown: importMarkdown ?? this.importMarkdown,
    importDocx: importDocx ?? this.importDocx,
    importOdt: importOdt ?? this.importOdt,
    fileSaved: fileSaved ?? this.fileSaved,
    fileLoaded: fileLoaded ?? this.fileLoaded,
    fileLoadError: fileLoadError ?? this.fileLoadError,
    exportSuccess: exportSuccess ?? this.exportSuccess,
    exportError: exportError ?? this.exportError,
    documentCopied: documentCopied ?? this.documentCopied,
    edit: edit ?? this.edit,
    undo: undo ?? this.undo,
    redo: redo ?? this.redo,
    cut: cut ?? this.cut,
    copy: copy ?? this.copy,
    paste: paste ?? this.paste,
    pasteWithoutFormatting:
        pasteWithoutFormatting ?? this.pasteWithoutFormatting,
    selectAll: selectAll ?? this.selectAll,
    delete: delete ?? this.delete,
    wordCount: wordCount ?? this.wordCount,
    characterCount: characterCount ?? this.characterCount,
    insert: insert ?? this.insert,
    link: link ?? this.link,
    image: image ?? this.image,
    table: table ?? this.table,
    horizontalLine: horizontalLine ?? this.horizontalLine,
    settings: settings ?? this.settings,
    showStats: showStats ?? this.showStats,
    documentLanguage: documentLanguage ?? this.documentLanguage,
    format: format ?? this.format,
    text: text ?? this.text,
    bold: bold ?? this.bold,
    italic: italic ?? this.italic,
    underline: underline ?? this.underline,
    strikethrough: strikethrough ?? this.strikethrough,
    superscript: superscript ?? this.superscript,
    subscript: subscript ?? this.subscript,
    smallCaps: smallCaps ?? this.smallCaps,
    styles: styles ?? this.styles,
    align: align ?? this.align,
    alignLeft: alignLeft ?? this.alignLeft,
    alignCenter: alignCenter ?? this.alignCenter,
    alignRight: alignRight ?? this.alignRight,
    justify: justify ?? this.justify,
    increaseIndent: increaseIndent ?? this.increaseIndent,
    decreaseIndent: decreaseIndent ?? this.decreaseIndent,
    alignAndIndent: alignAndIndent ?? this.alignAndIndent,
    lineSpacing: lineSpacing ?? this.lineSpacing,
    lineSpacingSingle: lineSpacingSingle ?? this.lineSpacingSingle,
    lineSpacing115: lineSpacing115 ?? this.lineSpacing115,
    lineSpacing15: lineSpacing15 ?? this.lineSpacing15,
    lineSpacingDouble: lineSpacingDouble ?? this.lineSpacingDouble,
    paragraphSpacing: paragraphSpacing ?? this.paragraphSpacing,
    textColor: textColor ?? this.textColor,
    highlightColor: highlightColor ?? this.highlightColor,
    insertLink: insertLink ?? this.insertLink,
    cancel: cancel ?? this.cancel,
    confirmButton: confirmButton ?? this.confirmButton,
    insertButton: insertButton ?? this.insertButton,
    apply: apply ?? this.apply,
    insertImage: insertImage ?? this.insertImage,
    or: or ?? this.or,
    done: done ?? this.done,
    url: url ?? this.url,
    urlHint: urlHint ?? this.urlHint,
    urlRequired: urlRequired ?? this.urlRequired,
    linkText: linkText ?? this.linkText,
    linkTextHint: linkTextHint ?? this.linkTextHint,
    linkTextRequired: linkTextRequired ?? this.linkTextRequired,
    lineHeight: lineHeight ?? this.lineHeight,
    spacingBefore: spacingBefore ?? this.spacingBefore,
    spacingAfter: spacingAfter ?? this.spacingAfter,
    imageUrl: imageUrl ?? this.imageUrl,
    imageUrlHint: imageUrlHint ?? this.imageUrlHint,
    dragImageHere: dragImageHere ?? this.dragImageHere,
    clickToChooseImage: clickToChooseImage ?? this.clickToChooseImage,
    imageSelected: imageSelected ?? this.imageSelected,
    fileReadError: fileReadError ?? this.fileReadError,
    chooseListMarkerType: chooseListMarkerType ?? this.chooseListMarkerType,
    all: all ?? this.all,
    bullets: bullets ?? this.bullets,
    numbers: numbers ?? this.numbers,
    checkboxes: checkboxes ?? this.checkboxes,
    replaceImage: replaceImage ?? this.replaceImage,
    replaceLink: replaceLink ?? this.replaceLink,
    deleteImage: deleteImage ?? this.deleteImage,
    deleteLink: deleteLink ?? this.deleteLink,
    goToLink: goToLink ?? this.goToLink,
    insertRowAbove: insertRowAbove ?? this.insertRowAbove,
    insertRowBelow: insertRowBelow ?? this.insertRowBelow,
    addCommentLabel: addCommentLabel ?? this.addCommentLabel,
    commentDialogTitle: commentDialogTitle ?? this.commentDialogTitle,
    commentHint: commentHint ?? this.commentHint,
    commentOverlapWarning:
        commentOverlapWarning ?? this.commentOverlapWarning,
    sidebarTitle: sidebarTitle ?? this.sidebarTitle,
    emptySidebarMessage: emptySidebarMessage ?? this.emptySidebarMessage,
    showResolvedLabel: showResolvedLabel ?? this.showResolvedLabel,
    showCommentsLabel: showCommentsLabel ?? this.showCommentsLabel,
    hideCommentsLabel: hideCommentsLabel ?? this.hideCommentsLabel,
    deletedTextLabel: deletedTextLabel ?? this.deletedTextLabel,
    resolvedLabel: resolvedLabel ?? this.resolvedLabel,
    replyHint: replyHint ?? this.replyHint,
    resolveButton: resolveButton ?? this.resolveButton,
    defaultAuthorName: defaultAuthorName ?? this.defaultAuthorName,
    anonymousLabel: anonymousLabel ?? this.anonymousLabel,
    pdfCommentSubject: pdfCommentSubject ?? this.pdfCommentSubject,
    authorInfoDialogTitle:
        authorInfoDialogTitle ?? this.authorInfoDialogTitle,
    authorNameLabel: authorNameLabel ?? this.authorNameLabel,
    authorNameHint: authorNameHint ?? this.authorNameHint,
    setAuthorLabel: setAuthorLabel ?? this.setAuthorLabel,
  );
}