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