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