copyWith method
Implementation
@override
PageBlockParagraph copyWith({
RichText? text,
}) => PageBlockParagraph(
text: text ?? this.text,
);
@override
PageBlockParagraph copyWith({
RichText? text,
}) => PageBlockParagraph(
text: text ?? this.text,
);