copyWith method
Implementation
InputPageBlockCollage copyWith({
List<InputPageBlock>? blocks,
PageBlockCaption? caption,
}) => InputPageBlockCollage(
blocks: blocks ?? this.blocks,
caption: caption ?? this.caption,
);
InputPageBlockCollage copyWith({
List<InputPageBlock>? blocks,
PageBlockCaption? caption,
}) => InputPageBlockCollage(
blocks: blocks ?? this.blocks,
caption: caption ?? this.caption,
);