InputString constructor

InputString(
  1. int id,
  2. List<Macro> macros,
  3. int width,
  4. int height,
  5. IsobusColor backgroundColor,
  6. FontAttributes fontAttributes,
  7. InputAttributes inputAttributes,
  8. InputStringOptions inputStringOptions,
  9. StringVariable stringVariableReference,
  10. Alignment justification,
  11. int length,
  12. String value,
  13. bool enabled,
)

Implementation

InputString(
    int id,
    List<Macro> macros,
    this.width,
    this.height,
    this.backgroundColor,
    this.fontAttributes,
    this.inputAttributes,
    this.inputStringOptions,
    this.stringVariableReference,
    this.justification,
    this.length,
    this.value,
    this.enabled)
    : super(id, IsobusObjectType.inputString, macros);