UFUIconButton constructor
const
UFUIconButton({})
Implementation
const UFUIconButton({
super.key,
this.backgroundColor,
this.borderRadius = 8,
this.icon = Icons.add,
this.iconSize = 18,
this.iconColor,
this.highlightColor,
this.iconWidget,
this.onTap,
this.onLongPress,
this.isDisabled = false
});