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