PageCaption constructor

const PageCaption({
  1. required RichTextBase text,
  2. required RichTextBase credit,
})

Page Caption constructor.

Implementation

const PageCaption({
  required this.text,
  required this.credit,
}) : super._();