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()})

Properties

containsChinese bool
getter/setter pair
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
getter/setter pair
text String
getter/setter pair
textEncoded Uint8List?
getter/setter pair
width int
getter/setter pair

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