OutputMeter constructor
OutputMeter(
- int id,
- List<
Macro> macros, - int width,
- IsobusColor needleColor,
- IsobusColor borderColor,
- IsobusColor arcTickColor,
- OutputMeterOptions options,
- int numberOfTicks,
- int startAngle,
- int endAngle,
- int minValue,
- int maxValue,
- NumberVariable? numberVariable,
- int value,
Implementation
OutputMeter(
int id,
List<Macro> macros,
this.width,
this.needleColor,
this.borderColor,
this.arcTickColor,
this.options,
this.numberOfTicks,
this.startAngle,
this.endAngle,
this.minValue,
this.maxValue,
this.numberVariable,
this.value)
: super(id, IsobusObjectType.outputMeter, macros);