PageBlockBlockquote constructor

const PageBlockBlockquote({
  1. required RichTextBase text,
  2. required RichTextBase caption,
})

Page Block Blockquote constructor.

Implementation

const PageBlockBlockquote({required this.text, required this.caption})
    : super._();