RendererTextProperties constructor

RendererTextProperties(
  1. String tagName,
  2. double fontSize, {
  3. String? fontFamily,
})

Implementation

RendererTextProperties(this.tagName, this.fontSize, {this.fontFamily});