PdfTextRun constructor
const
PdfTextRun({})
PdfTextRun API.
Implementation
const PdfTextRun({
required this.text,
required this.x,
required this.y,
required this.width,
required this.height,
this.breakBefore = false,
});