PosStyles class

Text styles

Constructors

PosStyles({bool bold = false, bool reverse = false, bool underline = false, bool turn90 = false, PosAlign align = PosAlign.left})
const
PosStyles.defaults({bool bold = false, bool reverse = false, bool underline = false, bool turn90 = false, PosAlign align = PosAlign.left})
const

Properties

align PosAlign
final
bold bool
final
hashCode int
The hash code for this object.
no setterinherited
reverse bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
turn90 bool
final
underline bool
final

Methods

copyWith({bool? bold, bool? reverse, bool? underline, bool? turn90, PosAlign? align, PosFontType? fontType, String? codeTable}) PosStyles
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