UIButton constructor
const
UIButton({})
Implementation
const UIButton({
super.key,
required this.componentData,
required this.buttonClickHandler,
this.fontFamily,
this.callback,
});
const UIButton({
super.key,
required this.componentData,
required this.buttonClickHandler,
this.fontFamily,
this.callback,
});