WordArt constructor

WordArt({
  1. String? renderedText,
})

Implementation

WordArt({
  this.renderedText,
});