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