copyWith method

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

Implementation

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