InputPageBlockPullQuote constructor

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

Implementation

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