PageBlockPreformatted constructor

const PageBlockPreformatted({
  1. required RichTextBase text,
  2. required String language,
})

Page Block Preformatted constructor.

Implementation

const PageBlockPreformatted({
  required this.text,
  required this.language,
}) : super._();