Pre constructor

Pre([
  1. String? value
])

The <pre> HTML element represents preformatted text which is to be presented exactly as written in the HTML file. Read more...

Implementation

Pre([super.value]) {
  tag = 'pre';
}