PrinterConfig class

Constructors

PrinterConfig({PrinterTextStyle? fontStyle, PageInfo? pageInfo})
const
PrinterConfig.deserialize(XmlElement xml)

Properties

fontStyle PrinterTextStyle?
字体样式
final
hashCode int
The hash code for this object.
no setterinherited
pageInfo PageInfo?
页面信息
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({PrinterTextStyle? fontStyle, PageInfo? pageInfo}) PrinterConfig
extendsStyle(PrinterConfig style) PrinterConfig
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