InputBoolean constructor
InputBoolean(
- int id,
- List<
Macro> macros, - IsobusColor backgroundColor,
- int width,
- IsobusColor foregroundColor,
- NumberVariable? numberVariableReference,
- bool value,
- bool enabled,
Implementation
InputBoolean(
int id,
List<Macro> macros,
this.backgroundColor,
this.width,
this.foregroundColor,
this.numberVariableReference,
this.value,
this.enabled)
: super(id, IsobusObjectType.inputBoolean, macros);