PageBlockPreformatted constructor
const
PageBlockPreformatted({
- required RichTextBase text,
- required String language,
Page Block Preformatted constructor.
Implementation
const PageBlockPreformatted({required this.text, required this.language})
: super._();