copyWith method
Implementation
InputPageBlockPreformatted copyWith({RichText? text, String? language}) =>
InputPageBlockPreformatted(
text: text ?? this.text,
language: language ?? this.language,
);
InputPageBlockPreformatted copyWith({RichText? text, String? language}) =>
InputPageBlockPreformatted(
text: text ?? this.text,
language: language ?? this.language,
);