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