Code39BarCodeParams class

Params used for the Code39 BarCode format

Inheritance

Constructors

Code39BarCodeParams(String data, {bool withText = false, double lineWidth = 2.0, double barHeight = 100.0, String? altText})

Properties

altText String?
getter/setter pairinherited
barCodeWidth double
no setteroverride
barHeight double
getter/setter pairinherited
data String
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
lineWidth double
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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