PrinterLayout class

Annotations
  • @JsonSerializable.new()

Constructors

PrinterLayout()
PrinterLayout.fromJson(Map<String, dynamic> json)
factory

Properties

bottomSpace int?
getter/setter pair
fontName String?
getter/setter pair
fontPath String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineSpace int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addBitmap(BitmapPrintLine printLine) → void
addText(TextPrintLine printLine) → void
addTextList(List<TextPrintLine> printLine) → void
addView(MidTextPrintLine midTextPrintLine) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPadding(int left, int top, int right, int bottom) → void
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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