PrintRowData constructor
PrintRowData({})
Implementation
PrintRowData(
{required this.content,
this.paddingLeft = 10,
this.width = 100,
this.height = 100,
this.font = "2",
this.contentType = PrintType.text,
required this.paddingToTopOfInvoice});