InputNumber constructor

InputNumber(
  1. int id,
  2. List<Macro> macros,
  3. int width,
  4. int height,
  5. IsobusColor backgroundColor,
  6. FontAttributes fontAttributes,
  7. InputNumberOptions inputNumberOptions,
  8. NumberVariable numberVariable,
  9. int value,
  10. int minValue,
  11. int maxValue,
  12. int offset,
  13. Float scale,
  14. int numberOfDecimals,
  15. InputNumberFormat inputNumberFormat,
  16. Alignment justification,
  17. InputNumberOptions2 inputNumberOptions2,
)

Implementation

InputNumber(
    int id,
    List<Macro> macros,
    this.width,
    this.height,
    this.backgroundColor,
    this.fontAttributes,
    this.inputNumberOptions,
    this.numberVariable,
    this.value,
    this.minValue,
    this.maxValue,
    this.offset,
    this.scale,
    this.numberOfDecimals,
    this.inputNumberFormat,
    this.justification,
    this.inputNumberOptions2)
    : super(id, IsobusObjectType.inputNumber, macros);