PageBlockPullQuote constructor

PageBlockPullQuote({
  1. RichText? text,
  2. RichText? credit,
})

Implementation

PageBlockPullQuote({this.text, this.credit});