InputPageBlockBlockQuote constructor

InputPageBlockBlockQuote({
  1. required List<InputPageBlock> blocks,
  2. RichText? credit,
})

Implementation

InputPageBlockBlockQuote({required this.blocks, this.credit});