OutputString constructor

OutputString(
  1. int id,
  2. List<Macro> macros,
  3. int width,
  4. int height,
  5. IsobusColor backgroundColor,
  6. FontAttributes fontAttributes,
  7. OutputStringOptions outputStringOptions,
  8. StringVariable stringVariable,
  9. Alignment justification,
  10. int length,
  11. String value,
)

Implementation

OutputString(
    int id,
    List<Macro> macros,
    this.width,
    this.height,
    this.backgroundColor,
    this.fontAttributes,
    this.outputStringOptions,
    this.stringVariable,
    this.justification,
    this.length,
    this.value)
    : super(id, IsobusObjectType.outputString, macros);