copyWith method
Implementation
PageBlockSectionHeading copyWith({RichText? text, int? size}) =>
PageBlockSectionHeading(text: text ?? this.text, size: size ?? this.size);
PageBlockSectionHeading copyWith({RichText? text, int? size}) =>
PageBlockSectionHeading(text: text ?? this.text, size: size ?? this.size);