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