InputPageBlockBlockQuote constructor
InputPageBlockBlockQuote({
- required List<
InputPageBlock> blocks, - RichText? credit,
Implementation
InputPageBlockBlockQuote({required this.blocks, this.credit});