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