UXPFieldLabel constructor
UXPFieldLabel({})
Implementation
UXPFieldLabel(
{Key? key,
this.label,
this.text,
this.design,
this.style,
this.hideLabel,
this.color,
this.backgroundColor,
this.fontSize,
this.icon,
this.iconImage,
this.iconPosition,
this.onClick,
this.data})
: super(key: key);