copyWith method

ParseMarkdown copyWith({
  1. FormattedText? text,
})

Implementation

ParseMarkdown copyWith({FormattedText? text}) =>
    ParseMarkdown(text: text ?? this.text);