@ -51,6 +51,19 @@ export class IconArrowNode extends NodeButton {
iconHeight: o.iconHeight,
});
this.text = createWidget({
type: "bi.label",
textAlign: "left",
whiteSpace: "nowrap",
textHeight: o.height,
height: o.height,
hgap: o.hgap,
text: o.text,
value: o.value,
py: o.py,
keyword: o.keyword
createWidget({
type: Label.xtype,