Blockquote constructor

Blockquote(
  1. List<Span> spans, {
  2. int blockquoteLevel = 1,
})

Implementation

Blockquote(this.spans, {this.blockquoteLevel = 1});