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