PrintRowData class

Constructors

PrintRowData({required String content, double paddingLeft = 10, double width = 100, double height = 100, String font = "2", PrintType contentType = PrintType.text, required double paddingToTopOfInvoice})

Properties

content String
final
contentType PrintType
final
font String
font is 0 -> 8
final
hashCode int
The hash code for this object.
no setterinherited
height double
height will apply for barcode and qr, not for text
final
paddingLeft double
final
paddingToTopOfInvoice double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
width will apply for barcode and qr, not for text
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited