copyWith method

InputPageBlockFooter copyWith({
  1. RichText? footer,
})

Implementation

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