PageBlockPullquote constructor

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

Page Block Pullquote constructor.

Implementation

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