copyWith method

PageBlockSubheader copyWith({
  1. RichText? subheader,
})

Implementation

PageBlockSubheader copyWith({RichText? subheader}) =>
    PageBlockSubheader(subheader: subheader ?? this.subheader);