PageBlockBlockQuote constructor

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

Implementation

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