LabelInfo constructor
LabelInfo({
- int labelNameIndex = -1,
- bool isAutoCut = true,
- bool isEndCut = true,
- bool isHalfCut = false,
- bool isSpecialTape = false,
- bool isCutMark = false,
- LabelColor labelColor = LabelColor.UNSUPPORT,
- LabelColor labelFontColor = LabelColor.UNSUPPORT,
- int labelType = -1,
Implementation
LabelInfo(
{
// TODO Consider using labal ID instead
this.labelNameIndex = -1,
this.isAutoCut = true,
this.isEndCut = true,
this.isHalfCut = false,
this.isSpecialTape = false,
this.isCutMark = false,
this.labelColor = LabelColor.UNSUPPORT,
this.labelFontColor = LabelColor.UNSUPPORT,
this.labelType = -1});