UXPFieldLabel constructor

UXPFieldLabel({
  1. Key? key,
  2. String? label,
  3. String? text,
  4. String? design,
  5. String? style,
  6. bool? hideLabel,
  7. Color? color,
  8. Color? backgroundColor,
  9. double? fontSize,
  10. String? icon,
  11. String? iconImage,
  12. String? iconPosition,
  13. LMAction? onClick,
  14. Map<String, dynamic>? data,
})

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);