PosColumn class

Column contains text, styles and width (an integer in 1..12 range) containsChinese not used if the text passed as textEncoded

Constructors

PosColumn({String text = '', Uint8List? textEncoded, bool containsChinese = false, int width = 2, PosStyles styles = const PosStyles.defaults()})

Properties

containsChinese bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styles PosStyles
final
text String
final
textEncoded Uint8List?
final
width int
final

Methods

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

Operators

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