InputString constructor
InputString(
- int id,
- List<
Macro> macros, - int width,
- int height,
- IsobusColor backgroundColor,
- FontAttributes fontAttributes,
- InputAttributes inputAttributes,
- InputStringOptions inputStringOptions,
- StringVariable stringVariableReference,
- Alignment justification,
- int length,
- String value,
- 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);