copyWith method

PageBlockSubtitle copyWith({
  1. RichText? subtitle,
})

Implementation

PageBlockSubtitle copyWith({RichText? subtitle}) =>
    PageBlockSubtitle(subtitle: subtitle ?? this.subtitle);