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