InputNumber constructor
InputNumber(
- int id,
- List<
Macro> macros, - int width,
- int height,
- IsobusColor backgroundColor,
- FontAttributes fontAttributes,
- InputNumberOptions inputNumberOptions,
- NumberVariable numberVariable,
- int value,
- int minValue,
- int maxValue,
- int offset,
- Float scale,
- int numberOfDecimals,
- InputNumberFormat inputNumberFormat,
- Alignment justification,
- 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);