Button constructor
Button(
- int id,
- IsobusColor backgroundColor,
- List<
ReferenceObject> objects, - List<
Macro> macros, - int width,
- int height,
- IsobusColor borderColor,
- int keyCode,
- ButtonOptions options,
Implementation
Button(
int id,
IsobusColor backgroundColor,
List<ReferenceObject> objects,
List<Macro> macros,
this.width,
this.height,
this.borderColor,
this.keyCode,
this.options)
: super(id, IsobusObjectType.button, backgroundColor, objects, macros);