copyWith method
Implementation
PageBlockBlockQuote copyWith({List<PageBlock>? blocks, RichText? credit}) =>
PageBlockBlockQuote(
blocks: blocks ?? this.blocks,
credit: credit ?? this.credit,
);
PageBlockBlockQuote copyWith({List<PageBlock>? blocks, RichText? credit}) =>
PageBlockBlockQuote(
blocks: blocks ?? this.blocks,
credit: credit ?? this.credit,
);