UIButtonBegin constructor
UIButtonBegin({
- int elementId = 0,
- List<
String> labels = const [], - String styleId = '',
- UIColor color = UIColor.default_,
- String clickActionId = '',
- UIButtonVariant variant = UIButtonVariant.outlined,
- String pressStartActionId = '',
- String pressEndActionId = '',
- String pressChangeActionId = '',
- String pressUpActionId = '',
- String dragStartActionId = '',
- String dragEnterActionId = '',
- String dragLeaveActionId = '',
- String dragOverActionId = '',
- String dropActionId = '',
- String dragEndActionId = '',
Implementation
UIButtonBegin({
this.elementId = 0,
this.labels = const [],
this.styleId = '',
this.color = UIColor.default_,
this.clickActionId = '',
this.variant = UIButtonVariant.outlined,
this.pressStartActionId = '',
this.pressEndActionId = '',
this.pressChangeActionId = '',
this.pressUpActionId = '',
this.dragStartActionId = '',
this.dragEnterActionId = '',
this.dragLeaveActionId = '',
this.dragOverActionId = '',
this.dropActionId = '',
this.dragEndActionId = '',
});