OutputNumber constructor
OutputNumber(
- int id,
- List<
Macro> macros, - int width,
- int height,
- IsobusColor backgroundColor,
- FontAttributes fontAttributes,
- OutputNumberOptions outputNumberOptions,
- NumberVariable? numberVariable,
- int value,
- int offset,
- Float scale,
- int numberOfDecimals,
- NumberFormat numberFormat,
- Alignment justification,
Implementation
OutputNumber(
int id,
List<Macro> macros,
this.width,
this.height,
this.backgroundColor,
this.fontAttributes,
this.outputNumberOptions,
this.numberVariable,
this.value,
this.offset,
this.scale,
this.numberOfDecimals,
this.numberFormat,
this.justification)
: super(id, IsobusObjectType.outputNumber, macros);