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