TextParagraph constructor

TextParagraph({
  1. String? text,
})

Implementation

TextParagraph({this.text});