BlockQuote constructor

BlockQuote([
  1. String? value
])

The <blockquote> HTML element indicates that the enclosed text is an extended quotation. Read more...

Implementation

BlockQuote([super.value]) {
  tag = 'blockquote';
}