PageBlockParagraph constructor

const PageBlockParagraph({
  1. required RichTextBase text,
})

Page Block Paragraph constructor.

Implementation

const PageBlockParagraph({required this.text}) : super._();