OutputNumber constructor

OutputNumber(
  1. int id,
  2. List<Macro> macros,
  3. int width,
  4. int height,
  5. IsobusColor backgroundColor,
  6. FontAttributes fontAttributes,
  7. OutputNumberOptions outputNumberOptions,
  8. NumberVariable? numberVariable,
  9. int value,
  10. int offset,
  11. Float scale,
  12. int numberOfDecimals,
  13. NumberFormat numberFormat,
  14. 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);