ITFBarCodeParams class

Params used for the ITF-14 BarCode format

Inheritance

Constructors

ITFBarCodeParams(String data, {bool withText = false, double lineWidth = 2.0, double barHeight = 100.0, double wideBarRatio = 2.5, double quietZoneRatio = 10.0, double bearerBarRatio = 3.0, bool withBearerBars = true, String? altText})

Properties

altText String?
getter/setter pairinherited
barCodeWidth double
no setteroverride
barHeight double
getter/setter pairinherited
bearerBarRatio double
The width of the bearer bar as a multiple of lineWidth
final
data String
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
lineWidth double
getter/setter pairinherited
quietZoneRatio double
The width of the quiet zone as a multiple of lineWidth
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wideBarRatio double
The width of the wide bars as a multiple of lineWidth
final
withBearerBars bool
Whether or not to draw bearer bars, this should always be true
final
withText bool
getter/setter pairinherited

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