QuoteBlock constructor

const QuoteBlock(
  1. String text, {
  2. String? cite,
})

Implementation

const QuoteBlock(this.text, {this.cite});