copyWith method
Implementation
@override
PageBlockFooter copyWith({
RichText? footer,
}) =>
PageBlockFooter(
footer: footer ?? this.footer,
);
@override
PageBlockFooter copyWith({
RichText? footer,
}) =>
PageBlockFooter(
footer: footer ?? this.footer,
);