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