PageBlockPullquote constructor
const
PageBlockPullquote({
- required RichTextBase text,
- required RichTextBase caption,
Page Block Pullquote constructor.
Implementation
const PageBlockPullquote({required this.text, required this.caption})
: super._();