copyWith method
Implementation
InputPageBlockFooter copyWith({RichText? footer}) =>
InputPageBlockFooter(footer: footer ?? this.footer);
InputPageBlockFooter copyWith({RichText? footer}) =>
InputPageBlockFooter(footer: footer ?? this.footer);