copyWith method

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

Implementation

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